Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
CoreEmu.cs
Go to the documentation of this file.
1public class CoreEmu : BaseCore
2{
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}
override void Awake()
Definition: CoreEmu.cs:7
static new CoreEmu Instance
Definition: CoreEmu.cs:5
BaseModManager mods
Definition: CoreEmu.cs:3
static void Init()
Definition: CorePath.cs:220