mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-22 03:45:36 +00:00
fix: unglob all of /Build/Common
This commit is contained in:
@@ -60,12 +60,12 @@ void CXuiCtrlMobEffect::setIcon(MobEffect::EMobEffectIcon icon)
|
||||
m_icon = icon;
|
||||
}
|
||||
|
||||
void CXuiCtrlMobEffect::setName(const wstring &name)
|
||||
void CXuiCtrlMobEffect::setName(const std::wstring &name)
|
||||
{
|
||||
m_name = name;
|
||||
}
|
||||
|
||||
void CXuiCtrlMobEffect::setDuration(const wstring &duration)
|
||||
void CXuiCtrlMobEffect::setDuration(const std::wstring &duration)
|
||||
{
|
||||
m_duration = duration;
|
||||
}
|
||||
Reference in New Issue
Block a user