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