csharp
public record class GuildMemberSomebody in a guild, and where they stand in it.
Fields and properties (3)
public PlayerKey PlayerWho.
public int RankWhich rank. Zero is the leader; higher is further down.
public DateTimeOffset JoinedWhen 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