コード例 #1
0
ファイル: InfoPanel.cs プロジェクト: Demy/CosmoCats
        public void ManuallyEndLevel()
        {
            ShipBehaviour ship = FindObjectOfType <ShipBehaviour>();

            ship.Die();
            ShowEndWnidow();
        }