mirror of
https://github.com/zeldaret/botw
synced 2026-06-25 09:22:29 -04:00
ksys/act: Add trivial Action functions
This commit is contained in:
@@ -4,4 +4,8 @@ namespace ksys::act::ai {
|
||||
|
||||
Action::Action(const InitArg& arg) : ActionBase(arg) {}
|
||||
|
||||
void Action::calc() {
|
||||
calc_();
|
||||
}
|
||||
|
||||
} // namespace ksys::act::ai
|
||||
|
||||
Reference in New Issue
Block a user