LeviLamina
Loading...
Searching...
No Matches
RawMoveInputComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec2.h"
7#include "mc/input/MoveInputState.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<4, 40, ::MoveInputState> mRawInput;
14 ::ll::TypedStorage<4, 8, ::Vec2> mRawMove;
15 // NOLINTEND
16};
Definition RawMoveInputComponent.h:9