Beispiel #1
0
 public bool Reveal(Player player)
 {
     _equipment.Reveal(player);
     if (player == _owner)
     {
         _inventoryGrid.Reveal(player);
         _stashGrid.Reveal(player);
     }
     return(true);
 }