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