diff --git a/docs/_csharp-api/campaignsystem/hero.md b/docs/_csharp-api/campaignsystem/hero.md index 5c5046f..94593f2 100644 --- a/docs/_csharp-api/campaignsystem/hero.md +++ b/docs/_csharp-api/campaignsystem/hero.md @@ -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 | |