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