Update() public method

public Update ( ServerSync message ) : void
message ServerSync
return void
Beispiel #1
0
 public void HandleMessage(MumbleClient client)
 {
     client.Update(this);
 }
 public void HandleMessage(MumbleClient client)
 {
     client.Update(this);
 }