12 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mFilter;
13 ::ll::TypedStorage<4, 4, float> mHorizontalPower;
14 ::ll::TypedStorage<4, 4, float> mVerticalPower;
15 ::ll::TypedStorage<4, 4, float> mVerticalVelocityCap;
16 ::ll::TypedStorage<1, 1, bool> mCheckIfTargetIsImmersedInWater;
17 ::ll::TypedStorage<4, 4, float> mScalePreviousVelocity;
18 ::ll::TypedStorage<4, 4, float> mHorizontalAngleScale;
19 ::ll::TypedStorage<4, 4, float> mVerticalHitAngleScale;
20 ::ll::TypedStorage<4, 4, float> mVerticalPositionAngleScale;
21 ::ll::TypedStorage<1, 1, bool> mScaleWithDamage;