Vixen
c7401864
csharp
public readonly record struct PendingGraph

One player's friends and blocks, durably, as the realm last worked it out.

Read the guide page for this →

Fields and properties (2)

  • public PlayerKey Owner

    Whose.

  • public ImmutableArray<SocialLink> Links

    Everybody they have a tie to, in key order.

Methods (3)

  • public PendingGraph(PlayerKey Owner, ImmutableArray<SocialLink> Links)

    One player's friends and blocks, durably, as the realm last worked it out.

  • public bool Equals(PendingGraph other)

    Whether two say the same thing.

  • public override int GetHashCode()

    Returns the hash code for this instance.

Used by (2)

  • SocialBridgeVixen.Live.Gameplay
  • SocialBridgeTestsVixen.Live.Gameplay.Tests