コード例 #1
0
 public static bool IsHealthPack(this ItemSpec item)
 {
     return(item.GetHealAmount() > 0 &&
            item.IsWeapon() == false);
 }