コード例 #1
0
 public int CountItems(Item_Type aItemType, Game_Item.EItemLocationType aLocationType = Game_Item.EItemLocationType.ILT_Unknown)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: Content_API.cs プロジェクト: Flavelius/SBServer
 public int CountItems(Game_Pawn aPawn, Item_Type aItem)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public bool sv_QueueRemoveByType(Item_Type aItemType, int aAmount, int aCost = 0)
 {
     throw new NotImplementedException();
 }