17 ::ll::TypedStorage<4, 24, ::AABB> mOriginalAABBShape;
18 ::ll::TypedStorage<4, 24, ::AABB> mMoveCollisionLastFetchedBox;
19 ::ll::TypedStorage<4, 12, ::Vec3> mPreCollisionSpeed;
20 ::ll::TypedStorage<4, 12, ::Vec3> mSpeed;
21 ::ll::TypedStorage<4, 12, ::Vec3> mMaxDepenetration;
22 ::ll::TypedStorage<1, 1, bool> mIsPenetrating;
23 ::ll::TypedStorage<1, 1, bool> mSneaking;
24 ::ll::TypedStorage<8, 56, ::CollisionShapes> mCollisionShapes;
25 ::ll::TypedStorage<4, 8, ::Vec2> mPreviousHorizontalDelta;