mirror of
https://github.com/zeldaret/botw
synced 2026-06-28 02:23:01 -04:00
ksys/act: Start adding ai::ActionBase
This commit is contained in:
@@ -4,8 +4,4 @@ namespace ksys::act::ai {
|
||||
|
||||
Action::Action(const InitArg& arg) : ActionBase(arg) {}
|
||||
|
||||
bool Action::isAction() {
|
||||
return true;
|
||||
}
|
||||
|
||||
} // namespace ksys::act::ai
|
||||
|
||||
Reference in New Issue
Block a user