LeviLamina
Loading...
Searching...
No Matches
TimelineManager.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
TimelineManager {
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::UntypedStorage<8, 24>
mUnk59dfbf;
10
// NOLINTEND
11
12
public
:
13
// prevent constructor by default
14
TimelineManager& operator=(TimelineManager
const
&);
15
TimelineManager(TimelineManager
const
&);
16
TimelineManager();
17
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
virtual
~TimelineManager() =
default
;
22
23
virtual
void
tick() = 0;
24
// NOLINTEND
25
26
public
:
27
// virtual function thunks
28
// NOLINTBEGIN
29
30
// NOLINTEND
31
};
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
timelines
TimelineManager.h
Generated on
for LeviLamina by
1.16.1