Exemplo n.º 1
0
 private static void Unload()
 {
     Instance = null;
 }
Exemplo n.º 2
0
 public Saver()
 {
     this.m_logger = new Logger(GetType().Name);
     Instance = this;
 }
Exemplo n.º 3
0
 private static void OnLoad()
 {
     Instance = new Saver();
 }