mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-07 11:17:46 +00:00
8 lines
106 B
C++
8 lines
106 B
C++
![]() |
#include "GameObject.h"
|
||
|
|
||
|
Core::Entity::GameObject::GameObject( ObjKind type ) :
|
||
|
m_objKind( type )
|
||
|
{
|
||
|
|
||
|
}
|