예제 #1
0
파일: InfoPanel.cs 프로젝트: Demy/CosmoCats
        public void ManuallyEndLevel()
        {
            ShipBehaviour ship = FindObjectOfType <ShipBehaviour>();

            ship.Die();
            ShowEndWnidow();
        }