Exemplo 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;
 }
Exemplo n.º 2
0
Arquivo: Logic.cs Projeto: ZarArt/2048
 public Logic(int size, DeShow show, ShowStat stat)
 {
     this.size = size;
     map = new int[size, size];
     this.show = show;
     this.stat = stat;
 }