LeviLamina
Loading...
Searching...
No Matches
DashActionComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
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;
14 // NOLINTEND
15};
Definition DashActionComponent.h:5