Exemplo n.º 1
0
 // Send nudge to opponents in a match
 public void SendNudge(OpenMatch m)
 {
     m.sendNudge().async (delegate(ActionMatchNudge action) {
     });
 }