Esempio n. 1
0
 public Logic(int size, DeShow show, ShowStat stat)
 {
     this.size = size;
     map       = new int[size, size];
     this.show = show;
     this.stat = stat;
 }
Esempio n. 2
0
File: Logic.cs Progetto: ZarArt/2048
 public Logic(int size, DeShow show, ShowStat stat)
 {
     this.size = size;
     map = new int[size, size];
     this.show = show;
     this.stat = stat;
 }