Enum RomanceType
- Namespace
- TinyLife
- Assembly
- Tiny Life.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
Interested = 1
A relationship type that represents two people who have a slight romantic interest in each other.
NoRomance = 0
A relationship type that represents two people who have no romantic interest in each other.
Soulmates = 3
A relationship type that represents two people who have a very intense romantic interest in each other.
Sweethearts = 2
A relationship type that represents two people who have an intense romantic interest in each other.