csharp
public enum SocialTieWhat one player is to another, in a graph being read back.
Remarks
⚠ One value rather than a set of flags, because the four are exclusive. Block drops the friendship and both requests, so "blocked friend" is not a state this graph can be in — and a flags enum would invite storage to write one.
Fields and properties (5)
NoneNothing. What Seat treats as a removal.
FriendA friend.
BlockedBlocked by the owner.
RequestedThe owner has asked them and nobody has answered.
ReceivedThey have asked the owner.
Used by (6)
- HousekeepingTestsVixen.Live.Gameplay.Tests
- SocialBridgeVixen.Live.Gameplay
- SocialBridgeTestsVixen.Live.Gameplay.Tests
- SocialGraphVixen.Gameplay.Social
- SocialGraphTestsVixen.Gameplay.Social.Tests
- SocialLinkVixen.Live.Gameplay