示例#1
0
 /// <summary>
 /// Leave the room on the server.
 /// </summary>
 public void LeaveRoom()
 {
     api.FlushMessageQueue();
     api.RoomLeave(ID);
 }