Exemple #1
0
 private bool matches(Matter ore, Matter powder)
 {
     return(ore.MatchingPowder() == powder);
 }