Ejemplo n.º 1
0
 public bool CheckIfAlreadyEquipped(Equipment equipment)
 {
     if (CurrentPlayer.CheckIfAlreadyEquipped(equipment))
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }