9 ::ll::TypedStorage<4, 4, uint> mCooldownTicks;
10 ::ll::TypedStorage<4, 4, float> mHorizontalMomentum;
11 ::ll::TypedStorage<4, 4, float> mVerticalMomentum;
12 ::ll::TypedStorage<1, 1, bool> mCanDashUnderwater;
13 ::ll::TypedStorage<1, 1, bool> mUsePassengerDirection;