botw/src/KingSystem/Map/mapObject.cpp

8 lines
93 B
C++

#include "KingSystem/Map/mapObject.h"
namespace ksys::map {
Object::Object() = default;
}