Exemplo n.º 1
0
 private void Awake()
 {
     if (_Instance == null)
     {
         _Instance = this;
     }
 }
Exemplo n.º 2
0
 public virtual void Initial()
 {
     if (_Instance == null)
     {
         _Instance = this;
     }
     InitialOADDialogues();
 }
Exemplo n.º 3
0
 public void ClickBackBtn()
 {
     UIComponent.RemoveUI($"OAD{OADBase._Instance._OADIndex - StaticData.configExcel.ExtraStory[0].ExtraStoryId + 1}");
     _Instance = null;
 }