Ejemplo n.º 1
0
 public bool Enough(IResources price)
 {
     return(ResourcesHelper.Enough(this, price));
 }