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