mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-04 01:24:22 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -35,12 +35,12 @@ MobSpawnerTileEntity::MobSpawnerTileEntity() : TileEntity()
|
||||
displayEntity = nullptr;
|
||||
}
|
||||
|
||||
wstring MobSpawnerTileEntity::getEntityId()
|
||||
std::wstring MobSpawnerTileEntity::getEntityId()
|
||||
{
|
||||
return entityId;
|
||||
}
|
||||
|
||||
void MobSpawnerTileEntity::setEntityId(const wstring& entityId)
|
||||
void MobSpawnerTileEntity::setEntityId(const std::wstring& entityId)
|
||||
{
|
||||
this->entityId = entityId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user