LeviLamina
Loading...
Searching...
No Matches
RawMoveInputComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Vec2;
8struct MoveInputState;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<4, 40, ::MoveInputState> mRawInput;
16 ::ll::TypedStorage<4, 8, ::Vec2> mRawMove;
17 // NOLINTEND
18};
Definition Vec2.h:5
Definition MoveInputState.h:10
Definition RawMoveInputComponent.h:11