コード例 #1
0
ファイル: Form1.cs プロジェクト: MarioMijes/Proyecto_3_POO
 public Snake_Game()
 {
     InitializeComponent();
     comida = new Comida(RComida);
 }