コード例 #1
0
ファイル: ConnectorManager.cs プロジェクト: votruongan/TATank
 public void SendChangePlaceItem(eBagType bagType, int place, eBagType toBag, int toPlace, int count)
 {
     connector.SendChangePlaceItem(bagType, place, toBag, toPlace, count);
 }