コード例 #1
0
 public void RequestInventoryRemoveItem(int itemId)
 {
     _Packet.RequestInventoryRemove(itemId);
 }