Exemple #1
0
 public bool ComparePattern(AbstractProduct other)
 {
     return(gameParameters.ComparePattern(other.gameParameters));
 }