Exemplo n.º 1
0
 public void SendDragItem(string beginKey, string endKey)
 {
     Debug.Log("SendDragItem beginKey:" + beginKey + "endKey: " + endKey);
     ChickenBagUtil.DragItem(beginKey, endKey);
 }
Exemplo n.º 2
0
 public void SendSplitItem(string splitKey)
 {
     Debug.Log("SendSplitItem" + splitKey);
     ChickenBagUtil.ClickItem(splitKey, true);
 }
Exemplo n.º 3
0
 public void SendRightClickUseItem(string key)
 {
     Debug.Log("SendRightClickUseItem" + key);
     ChickenBagUtil.ClickItem(key, true);
 }