Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_csharp-api/campaignsystem/hero.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ TODO
| public | RandomValueRarelyChanging | `int` | ?? | |
| private | _father | [Hero]() | Father | |
| private | _mother | [Hero]() | Mother | |
| private readonly | _exSpouses | `List<`[Hero]()`>` | ?? | |
| private readonly | _exSpouses | `List<`[Hero]()`>` | List of all previous spouses. Only for encyclopedia and relationship icon. See https://github.com/RoGreat/MarryAnyone/tree/main/MarryAnyone for mod usage | |
| public | ExSpouses | [MBReadOnlyList]()`<`[Hero]()`>` | Ex. spouses | |
| private | _spouse | [Hero]() | Spouse | |
| private readonly | _children | `List`[Hero]()`>` | Children | |
Expand Down