Vixen
c7401864
csharp
public sealed class GuildCharter

An authored rank ladder, compiled.

Read the guide page for this →

Fields and properties (6)

  • public static GuildCharter Default

    The one a guild gets when nothing was authored: a leader and a member.

  • public GuildCharterDefinition Definition

    What it was compiled from.

  • public DefId Id

    Its id.

  • public GameplayTag Tag

    What being in a guild is.

  • public int MaximumMembers

    How many members a guild may have, never below one.

  • public ReadOnlySpan<GuildRank> Ranks

    The ladder, highest first.

Used by (5)

  • GuildVixen.Gameplay.Social
  • GuildTestsVixen.Gameplay.Social.Tests
  • SocialBridgeVixen.Live.Gameplay
  • SocialLibraryVixen.Gameplay.Social
  • SocialLibraryTestsVixen.Gameplay.Social.Tests