Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
CoreEmu.cs
Go to the documentation of this file.
1
public
class
CoreEmu
:
BaseCore
2
{
3
public
BaseModManager
mods
=
new
BaseModManager
();
4
5
public
new
static
CoreEmu
Instance
;
6
7
protected
override
void
Awake
()
8
{
9
base.Awake();
10
Instance
=
this
;
11
BaseCore.Instance =
this
;
12
CorePath
.
Init
();
13
}
14
}
BaseCore
Definition:
BaseCore.cs:8
BaseModManager
Definition:
BaseModManager.cs:7
CoreEmu
Definition:
CoreEmu.cs:2
CoreEmu.Awake
override void Awake()
Definition:
CoreEmu.cs:7
CoreEmu.Instance
static new CoreEmu Instance
Definition:
CoreEmu.cs:5
CoreEmu.mods
BaseModManager mods
Definition:
CoreEmu.cs:3
CorePath
Definition:
CorePath.cs:7
CorePath.Init
static void Init()
Definition:
CorePath.cs:220
Elin
Plugins.basecore
CoreEmu.cs
Generated by
1.9.6