public static UIMapRoot GetInstance() { if (instance == null) { instance = new UIMapRoot(); } return instance; }
public static void ResetUIMap() { instance = new UIMapRoot(); }