コード例 #1
0
ファイル: Inventory.cs プロジェクト: bignall/CS-ELBot
 protected void OnGotNewInventoryList(GotNewInventoryListEventArgs e)
 {
     inventoryRequested = false;
     if (GotNewInventoryList != null)
         GotNewInventoryList(this, e);
 }