mirror of
https://github.com/zeldaret/botw
synced 2026-06-02 01:59:59 -04:00
Implement some commonly used ActorConstDataAccess functions
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user