示例#1
0
 public void LogoutPlayer(Guid playerId)
 {
     _infoController.LogoutPlayer(playerId);
 }