Exemplo n.º 1
0
 // Select items to be used in a move
 public void SelectItems(OpenMatch m, IDictionary<string, int> it)
 {
     m.selectItems(it,m.getMoveNum()).async (delegate(ActionMatchSelectItems action) {
     });
 }