Ejemplo n.º 1
0
 public string[] Process(IGameMaster gameMaster)
 {
     gameMaster.HandleConfirmGameRegistration(this);
     return(new string[] { });
 }