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