Vixen
02b45cc4
csharp
public record class PlayRequest

Put me somewhere.

Read the guide page for this →

Fields and properties (6)

  • public Guid Character

    Which of my characters.

  • public string Map

    Which map. An addressable address (ADR-013).

  • public RealmVersion Version

    What I have. Checked against the fleet's before anything else.

  • public string Locale

    My language tag, which is a placement term rather than a display setting.

  • public Guid Party

    My party, or empty.

  • public Guid Guild

    My guild, or empty.

Methods (1)

  • public PlayRequest(Guid Character, string Map, RealmVersion Version, string Locale, Guid Party, Guid Guild)

    Put me somewhere.

Used by (7)

  • GateClientVixen.Live.Client
  • GateClientTestsVixen.Live.Client.Tests
  • GateEndpointsVixen.Live.Gate
  • GateJsonVixen.Live.Abstractions
  • GateProtocolTestsVixen.Live.Abstractions.Tests
  • GateServiceVixen.Live.Gate
  • GateServiceTestsVixen.Live.Gate.Tests