Exemplo n.º 1
0
        public void ManuallyEndLevel()
        {
            ShipBehaviour ship = FindObjectOfType <ShipBehaviour>();

            ship.Die();
            ShowEndWnidow();
        }