csharp
public record class PlayRequestPut me somewhere.
Fields and properties (6)
public Guid CharacterWhich of my characters.
public string MapWhich map. An addressable address (ADR-013).
public RealmVersion VersionWhat I have. Checked against the fleet's before anything else.
public string LocaleMy language tag, which is a placement term rather than a display setting.
public Guid PartyMy party, or empty.
public Guid GuildMy 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