mirror of
https://github.com/zeldaret/botw
synced 2026-06-05 19:27:26 -04:00
Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "KingSystem/ActorSystem/actAiClass.h"
|
||||
|
||||
namespace ksys::act::ai {
|
||||
|
||||
ActionBase::ActionBase(const ClassArg& arg)
|
||||
: mActor{arg.actor}, mDefinitionIdx{u16(arg.definitionIdx)}, mRootIdx{u8(arg.rootIdx)} {}
|
||||
|
||||
} // namespace ksys::act::ai
|
||||
Reference in New Issue
Block a user