コード例 #1
0
ファイル: PlayerDeath.cs プロジェクト: sofyaol/CubeCasualGame
 private void DeathAction(float time)
 {
     PlayerPhysics.DeathExplosion();
     SoundManager.GameOverSoundPlay();
     Invoke("MakeDead", time);
 }