コード例 #1
0
ファイル: Logic.cs プロジェクト: psionika/Arx2048WM
 public Logic(int size, DeShow show, ShowStat stat)
 {
     this.size = size;
     map       = new int[size, size];
     this.show = show;
     this.stat = stat;
 }
コード例 #2
0
ファイル: Logic.cs プロジェクト: ZarArt/2048
 public Logic(int size, DeShow show, ShowStat stat)
 {
     this.size = size;
     map = new int[size, size];
     this.show = show;
     this.stat = stat;
 }