コード例 #1
0
ファイル: Form1.cs プロジェクト: Chiehweir/Hide-and-Seek
 public Form1()
 {
     InitializeComponent();
     CreateObjects();
     opponent = new Opponent(frontYard);
     ResetGame(false);
 }