Enum RelationshipType
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.
Namespace: TinyLife
Assembly: Tiny Life.dll
Syntax
public enum RelationshipType
Fields
Name | Description |
---|---|
Acquaintances | A relationship type that represents two people that don't know each other well |
Disliked | A relationship type that represents two people that dislike each other |
Enemies | A relationship type that represents two people that hate each other |
Friends | A relationship type that represents two people that know each other well |
GoodFriends | A relationship type that represents two people that know each other very well |