20 ::ll::TypedStorage<8, 8, ::Actor&> mTarget;
21 ::ll::TypedStorage<8, 8, ::Player&> mCommander;
22 ::ll::TypedStorage<4, 4, ::AgentActionType> mActionType;
23 ::ll::TypedStorage<1, 1, bool> mResult;
24 ::ll::TypedStorage<1, 1, bool> mIsQueryResult;
29 Command& operator=(Command
const&);
30 Command(Command
const&);
36 virtual ~Command() =
default;
38 virtual void execute();
40 virtual bool isDone() = 0;
44 virtual void fireCommandDoneEvent();
50 MCAPI
void $execute();
54 MCAPI
void $fireCommandDoneEvent();