Esempio n. 1
0
 public IActionResult ConnectToRoom(string name)
 {
     return(new JsonResult(gameServer.ConnectToRoom(name)));
 }