Esempio n. 1
0
 public void SendChangePlaceItem(eBagType bagType, int place, eBagType toBag, int toPlace, int count)
 {
     connector.SendChangePlaceItem(bagType, place, toBag, toPlace, count);
 }