summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actActor.cpp
blob: ec5da1c340bbaa04b9c7f3a1cda3fde84ee6b341 (plain)
1
2
3
4
5
6
7
8
9
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