LeviLamina
Loading...
Searching...
No Matches
SchedulerComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
SchedulerComponent
{
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::TypedStorage<4, 4, int> mCurrentEventIndex;
10
// NOLINTEND
11
12
public
:
13
// member functions
14
// NOLINTBEGIN
15
MCFOLD
int
getCurrentEventIndex()
const
;
16
17
MCFOLD
void
setCurrentEventIndex(
int
index);
18
// NOLINTEND
19
};
SchedulerComponent
Definition
SchedulerComponent.h:5
src
mc
entity
components_json_legacy
SchedulerComponent.h
Generated on
for LeviLamina by
1.16.1