Enum RelationshipType
- Namespace
- TinyLife
- Assembly
- TinyLife.dll
An enumeration type that represents the type that a Relationship can have. These are ordered by their "goodness", with closer and more familiar relationship types having higher values.
public enum RelationshipType
- Extension Methods
Fields
Enemies = 0A relationship type that represents two people that hate each other
Disliked = 1A relationship type that represents two people that dislike each other
Acquaintances = 2A relationship type that represents two people that don't know each other well
Friends = 3A relationship type that represents two people that know each other well
GoodFriends = 4A relationship type that represents two people that know each other very well