コード例 #1
0
ファイル: Plansza.cs プロジェクト: Bodzio712/AiSD
 public Plansza(int rozm)
 {
     plansza = new Pole[rozm, rozm];
     Rozm    = rozm;
 }