Exemplo n.º 1
0
 /// <summary> Calls SetModel, then broadcasts the new model to players. </summary>
 public void UpdateModel(string model)
 {
     SetModel(model);
     Entities.BroadcastModel(this, model);
 }