Ejemplo n.º 1
0
 void OnGameOver(bool playerWon)
 {
     UIGameOverScreen.Show(playerWon);
 }
Ejemplo n.º 2
0
        public override void Awake()
        {
            base.Awake();

            instance = this;
        }