示例#1
0
 private void Awake()
 {
     if (_instance == null)
     {
         _instance = this;
     }
     else
     {
         Destroy(this);
     }
 }
        public void AchCreate()
        {
            AchievementCreator ac = new AchievementCreator();

            ac.Show();
        }