Esempio n. 1
0
 public Game(deShowItem showItem, deShowStat showStat)
 {
     this.showItem = showItem;
     this.showStat = showStat;
 }
Esempio n. 2
0
 public LogicGame( deShowItem ShowItem, deShowStat ShowStat)
 {
     this.ShowItem = ShowItem;
     this.ShowStat = ShowStat;
 }