1 2 3 4 5 6 7
#include "KingSystem/Map/mapObject.h" namespace ksys::map { Object::Object() = default; }