Пример #1
0
 public bool CompareDirection(AbstractProduct other)
 {
     return(gameParameters.CompareDirection(other.gameParameters));
 }