private static void Unload() { Instance = null; }
public Saver() { this.m_logger = new Logger(GetType().Name); Instance = this; }
private static void OnLoad() { Instance = new Saver(); }