mirror of
https://github.com/zeldaret/botw
synced 2026-06-18 07:15:22 -04:00
ksys/act: Rename ai::ClassArg for consistency with Query::InitArg
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
namespace ksys::act::ai {
|
||||
|
||||
Query::Query(const InitArg& arg) : mProc(arg.proc), mDefIdx(arg.def_idx) {}
|
||||
Query::Query(const InitArg& arg) : mActor(arg.actor), mDefIdx(arg.def_idx) {}
|
||||
|
||||
} // namespace ksys::act::ai
|
||||
|
||||
Reference in New Issue
Block a user