csharp
public readonly record struct GuildMemberRowSomebody in a guild, as a row.
Fields and properties (3)
public PlayerKey PlayerWho.
public int RankWhere they stand. Zero is the leader.
public DateTimeOffset JoinedWhen they did.
Methods (1)
public GuildMemberRow(PlayerKey Player, int Rank, DateTimeOffset Joined)Somebody in a guild, as a row.
Used by (6)
- GuildRepositoryTestsVixen.Live.Persistence.Tests
- GuildRowVixen.Live.Persistence
- MemoryPersistenceVixen.Live.Persistence
- SocialBridgeVixen.Live.Gameplay
- SocialBridgeTestsVixen.Live.Gameplay.Tests
- SqlPersistenceVixen.Live.Persistence