コード例 #1
0
ファイル: Form1.cs プロジェクト: bertgereels/Snake
 private void Die()
 {
     gameSettings.SetGameOver(true);
 }