LeviLamina
Loading...
Searching...
No Matches
JumpInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5class JumpInfo {
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<4, 4, int> mAnimDuration;
10 ::ll::TypedStorage<4, 4, int> mJumpDelay;
11 ::ll::TypedStorage<4, 4, float> mDistanceScale;
12 ::ll::TypedStorage<4, 4, float> mHeight;
13 // NOLINTEND
14};
Definition JumpInfo.h:5