Random() public method

public Random ( int result ) : void
result int
return void
Exemplo n.º 1
0
 public void RandomReq(int id, int min, int max)
 {
     _broadcaster.Random(_clients[_sender].Id, id, min, max);
 }
Exemplo n.º 2
0
 public void RandomReq(int id, int min, int max)
 {
     _broadcaster.Random(State.Instance.GetPlayer(_sender).Id, id, min, max);
 }