Vixen
02b45cc4
csharp
public record class CreateCharacterRequest

Make me one.

Read the guide page for this →

Fields and properties (3)

  • public string Name

    What to call it. Taken names are refused rather than adjusted.

  • public string Region

    Which latency zone.

  • public string Map

    Which map to start on.

Methods (1)

  • public CreateCharacterRequest(string Name, string Region, string Map)

    Make me one.

Used by (4)

  • GateClientVixen.Live.Client
  • GateEndpointsVixen.Live.Gate
  • GateJsonVixen.Live.Abstractions
  • GateServiceVixen.Live.Gate