Vixen
c7401864
csharp
public readonly record struct GroupMember

One member of a group.

Read the guide page for this →

Fields and properties (4)

  • public PlayerId Player

    Who.

  • public int Subgroup

    Which subgroup, or zero.

  • public GameplayTag Role

    What they signed up as, or None.

  • public int Joined

    The order they joined in — what leadership falls to.

Methods (1)

  • public GroupMember(PlayerId Player, int Subgroup, GameplayTag Role, int Joined)

    One member of a group.

Used by (2)

  • GroupTestsVixen.Gameplay.Social.Tests
  • PlayerGroupVixen.Gameplay.Social