Exemplo n.º 1
0
 private void Awake()
 {
     if (instance == null)
     {
         instance = this;
     }
     else if (instance != this)
     {
         Destroy(this.gameObject);
     }
     DontDestroyOnLoad(this.gameObject);
 }
Exemplo n.º 2
0
 static VisitBankAndDepositGold()
 {
     Instance = new VisitBankAndDepositGold();
 }