1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-07 11:17:46 +00:00
sapphire/src/servers/sapphire_zone/Actor/GameObject.cpp

8 lines
106 B
C++
Raw Normal View History

#include "GameObject.h"
Core::Entity::GameObject::GameObject( ObjKind type ) :
m_objKind( type )
{
}