Esempio n. 1
0
        public static UIMapRoot GetInstance()
        {
            if (instance == null)
            {
                instance = new UIMapRoot();
            }

            return instance;
        }
Esempio n. 2
0
 public static void ResetUIMap()
 {
     instance = new UIMapRoot();
 }