14 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::BaseGoal>> mGoal;
15 ::ll::TypedStorage<4, 4, int> mPriority;
16 ::ll::TypedStorage<1, 1, bool> mUsed;
17 ::ll::TypedStorage<1, 1, bool> mToStart;
23 MCFOLD
int getPriority()
const;
25 MCFOLD
bool getToStart()
const;
27 MCFOLD
bool getUsed()
const;
29 MCFOLD
void setToStart(
bool start);
31 MCAPI
void setUsed(
bool used);