Vixen
c7401864
csharp
public readonly record struct GroupInvite

An invite standing until somebody answers or it expires.

Read the guide page for this →

Fields and properties (3)

  • public PlayerId To

    Who was invited.

  • public PlayerId From

    Who invited them.

  • public float Expires

    When it stops standing, on the caller's clock.

Methods (1)

  • public GroupInvite(PlayerId To, PlayerId From, float Expires)

    An invite standing until somebody answers or it expires.

Used by (2)

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