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