mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-04 21:29:08 +01:00
20 lines
716 B
Markdown
20 lines
716 B
Markdown
|
# [RelationshipType](./RelationshipType.md)
|
||
|
Namespace: [TinyLife]()
|
||
|
|
||
|
Assembly: Tiny Life.dll
|
||
|
|
||
|
|
||
|
An enumeration type that represents the type that a `TinyLife.Relationship` can have
|
||
|
|
||
|
## Enum
|
||
|
|
||
|
| Value | Name | Summary |
|
||
|
| --- | --- | --- |
|
||
|
| 0 | Enemies | A relationship type that represents two people that hate each other |
|
||
|
| 1 | Disliked | A relationship type that represents two people that dislike each other |
|
||
|
| 2 | Acquaintances | A relationship type that represents two people that don't know each other well |
|
||
|
| 3 | Friends | A relationship type that represents two people that know each other well |
|
||
|
| 4 | GoodFriends | A relationship type that represents two people that know each other very well |
|
||
|
|
||
|
|