예제 #1
0
 public bool CompareSpeed(AbstractProduct other)
 {
     return(gameParameters.CompareSpeed(other.gameParameters));
 }