示例#1
0
文件: Form1.cs 项目: ppaier/HFCSharp
 public Form1()
 {
     InitializeComponent();
     CreateLocations();
     opponent = new Opponent(frontYard);
     ResetGame(false);
 }