Exemplo n.º 1
0
 public bool CompareSize(AbstractProduct other)
 {
     return(gameParameters.CompareSize(other.gameParameters));
 }