Vixen
caa30e12
csharp
public record class GuildMember

Somebody in a guild, and where they stand in it.

Read the guide page for this →

Fields and properties (3)

  • public PlayerKey Player

    Who.

  • public int Rank

    Which rank. Zero is the leader; higher is further down.

  • public DateTimeOffset Joined

    When they did.

Methods (1)

  • public GuildMember(PlayerKey Player, int Rank, DateTimeOffset Joined)

    Somebody in a guild, and where they stand in it.

Used by (3)

  • GuildRecordVixen.Live.Cluster
  • GuildStateVixen.Live.Orchestrator
  • GuildStateTestsVixen.Live.Orchestrator.Tests