예제 #1
0
 public bool method_0(D3Item d3Item_0)
 {
     return d3Item_0.IsPotion && d3Item_0.CanUseItem() && d3Item_0.GetReqLevelForPotion() <= this.int_0;
 }