Enum RomanceType
- Namespace
- TinyLife
- Assembly
- TinyLife.dll
An enumeration type that represents the romance type that a Relationship can have. These are ordered by their "goodness", with closer and more intimate relationship types having higher values.
public enum RomanceType
- Extension Methods
Fields
NoRomance = 0A relationship type that represents two people who have no romantic interest in each other.
Interested = 1A relationship type that represents two people who have a slight romantic interest in each other.
Sweethearts = 2A relationship type that represents two people who have an intense romantic interest in each other.
Soulmates = 3A relationship type that represents two people who have a very intense romantic interest in each other.