diff options
Diffstat (limited to 'src/KingSystem/ActorSystem/actActorParamMgr.cpp')
| -rw-r--r-- | src/KingSystem/ActorSystem/actActorParamMgr.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actActorParamMgr.cpp b/src/KingSystem/ActorSystem/actActorParamMgr.cpp new file mode 100644 index 00000000..f4b3d5cb --- /dev/null +++ b/src/KingSystem/ActorSystem/actActorParamMgr.cpp @@ -0,0 +1,14 @@ +#include "KingSystem/ActorSystem/actActorParamMgr.h" +#include "KingSystem/ActorSystem/actASSetting.h" + +namespace ksys::act { + +SEAD_SINGLETON_DISPOSER_IMPL(ActorParamMgr) + +ActorParamMgr::ActorParamMgr() = default; + +ActorParamMgr::~ActorParamMgr() { + ASSetting::deleteInstance(); +} + +} // namespace ksys::act |
