public int CountItems(Item_Type aItemType, Game_Item.EItemLocationType aLocationType = Game_Item.EItemLocationType.ILT_Unknown) { throw new NotImplementedException(); }
public int CountItems(Game_Pawn aPawn, Item_Type aItem) { throw new NotImplementedException(); }
public bool sv_QueueRemoveByType(Item_Type aItemType, int aAmount, int aCost = 0) { throw new NotImplementedException(); }