17 ::ll::TypedStorage<1, 1, bool> mHasWanted;
18 ::ll::TypedStorage<4, 12, ::Vec3> mWantedPosition;
19 ::ll::TypedStorage<1, 1, bool> mShouldBreach;
20 ::ll::TypedStorage<4, 4, float> mMaxTurn;
21 ::ll::TypedStorage<4, 4, float> mSpeedModifier;
22 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::MoveControl>> mMoveControl;
30 MCAPI
void setInternalType(::std::unique_ptr<::MoveControl> type);