Sabotage = 17,
- /// <summary>
- /// Decontam on Mira and bottom decontam on Polus
- /// </summary>
+ /// <remarks>The only decontamination on Mira and bottom decontamination on Polus.</remarks>
Decontamination = 18,
Launchpad = 19,
Dropship = 25,
- /// <summary>
- /// Top decontam on Polus
- /// </summary>
+ /// <remarks>Top decontamination on Polus.</remarks>
Decontamination2 = 26,
Outside = 27,
/// <summary>
/// Triggered when the connected client requests the game listing.
/// </summary>
- /// <param name="options">
- /// All options given.
- /// At this moment, the client can only specify the map, impostor count and chat language.
- /// </param>
+ /// <param name="options">Options specific to the game mode. At this moment, the client can only specify the map, impostor count and chat language.</param>
+ /// <param name="filterOptions">Filter options not specific to the game mode.</param>
private ValueTask OnRequestGameListAsync(IGameOptions options, GameFilterOptions filterOptions)
{
using var message = MessageWriter.Get(MessageType.Reliable);