예제 #1
0
 public IActionResult OpenRoom(string name)
 {
     return(new JsonResult(gameServer.OpenNewRoom(name)));
 }