Esempio n. 1
0
 public PlayerState(Bank bank, Grid grid)
 {
     this.Bank = bank;
     this.Grid = grid;
 }