コード例 #1
0
ファイル: Form1.cs プロジェクト: ivopashov/snakegame
 public Form1()
 {
     InitializeComponent();
     Engine = new Engine(3,50,50,10,10);
 }