private static void OnGameLoad(EventArgs args) { Initializer.Load(); }
private static void OnGameLoad() { Initializer.Load(); }