public static void InitInstance() { if (instance != null) { GraphicsManager.ZoomChanged -= instance.ZoomChanged; } instance = new GroundScene(); GraphicsManager.ZoomChanged += instance.ZoomChanged; }
public static void InitInstance() { instance = new GroundScene(); }