示例#1
0
 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;
 }