예제 #1
0
 public bool Enough(IResources price)
 {
     return(ResourcesHelper.Enough(this, price));
 }