Vixen
caa30e12
csharp
public readonly record struct GuildMemberRow

Somebody in a guild, as a row.

Read the guide page for this →

Fields and properties (3)

  • public PlayerKey Player

    Who.

  • public int Rank

    Where they stand. Zero is the leader.

  • public DateTimeOffset Joined

    When 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