Exemple #1
0
 public Logic(int size, DeShow show, ShowStat stat)
 {
     this.size = size;
     map       = new int[size, size];
     this.show = show;
     this.stat = stat;
 }
Exemple #2
0
 public Logic(int size, DeShow show, ShowStat stat)
 {
     this.size = size;
     map = new int[size, size];
     this.show = show;
     this.stat = stat;
 }