16 ::ll::TypedStorage<4, 8, ::Vec2> mMove;
17 ::ll::TypedStorage<1, 1, bool> mIsSprinting;
18 ::ll::TypedStorage<1, 1, bool> mSprintCanceled;
19 ::ll::TypedStorage<1, 1, bool> mStopSprinting;
20 ::ll::TypedStorage<1, 1, bool> mIsPlayerRiding;
21 ::ll::TypedStorage<1, 1, bool> mUnblockedToStand;
22 ::ll::TypedStorage<1, 1, bool> mUnblockedToSneak;
23 ::ll::TypedStorage<1, 1, bool> mUnblockedToCrawl;
24 ::ll::TypedStorage<1, 2, ::CanSprintResult> mCanSprint;
25 ::ll::TypedStorage<4, 12, ::Vec3> mBreathingPoint;
26 ::ll::TypedStorage<1, 1, bool> mBreathingInAir;
27 ::ll::TypedStorage<1, 1, bool> mBreathingInLiquid;
28 ::ll::TypedStorage<1, 1, bool> mHasFlyIntent;
29 ::ll::TypedStorage<1, 1, bool> mHasGlideIntent;
30 ::ll::TypedStorage<1, 1, bool> mInstabuild;
31 ::ll::TypedStorage<1, 1, bool> mMayFly;