Ejemplo n.º 1
0
 // constructor (SPAWNER)
 public Player()
 {
     inventory = new Inventory();
     wallet    = new Wallet();
 }