Exemplo n.º 1
0
 void ILoadable.Unload()
 {
     BaseUI.UIs = null;
     Instance   = null;
 }
Exemplo n.º 2
0
 void ILoadable.Load(Mod mod)
 {
     BaseUI.UIs         = new List <BaseUI>();
     Instance           = new UIInitializer();
     engineerUIInstance = new UIEngineerCharges();
 }