diff options
Diffstat (limited to 'src/KingSystem/ActorSystem/actActor.cpp')
| -rw-r--r-- | src/KingSystem/ActorSystem/actActor.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actActor.cpp b/src/KingSystem/ActorSystem/actActor.cpp new file mode 100644 index 00000000..ec5da1c3 --- /dev/null +++ b/src/KingSystem/ActorSystem/actActor.cpp @@ -0,0 +1,10 @@ +#include "KingSystem/ActorSystem/actActor.h" +#include "KingSystem/ActorSystem/actActorParam.h" + +namespace ksys::act { + +const sead::SafeString& Actor::getProfile() const { + return mActorParam->getProfile(); +} + +} // namespace ksys::act |
