Enum RelationshipType
- Namespace
- TinyLife
- Assembly
- Tiny Life.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
Acquaintances = 2
A relationship type that represents two people that don't know each other well
Disliked = 1
A relationship type that represents two people that dislike each other
Enemies = 0
A relationship type that represents two people that hate each other
Friends = 3
A relationship type that represents two people that know each other well
GoodFriends = 4
A relationship type that represents two people that know each other very well