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