Esempio n. 1
0
 private void Awake()
 {
     roundCheck = RoundCheck.Instance;
     if (player2)
     {
         matchDetails1 = IconCollection.Instance.matchDetails;
     }
 }
Esempio n. 2
0
 private void Awake()
 {
     DontDestroyOnLoad(this);
     Instance = this;
 }