From f95aecb2dafa4ba39e5384883bc6a818137786a6 Mon Sep 17 00:00:00 2001 From: georgyrudnev <92399344+georgyrudnev@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:30:39 +0100 Subject: [PATCH 1/2] Update hero.md Added reference on how exSpouses might be used --- docs/_csharp-api/campaignsystem/hero.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_csharp-api/campaignsystem/hero.md b/docs/_csharp-api/campaignsystem/hero.md index 5c5046f..bc0c8e4 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]()`>` | see https://github.com/RoGreat/MarryAnyone/tree/main/MarryAnyone for usage | | | public | ExSpouses | [MBReadOnlyList]()`<`[Hero]()`>` | Ex. spouses | | | private | _spouse | [Hero]() | Spouse | | | private readonly | _children | `List`[Hero]()`>` | Children | | From 327bc7b2e2f53c7b21e0d9344303163e86911d12 Mon Sep 17 00:00:00 2001 From: georgyrudnev <92399344+georgyrudnev@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:06:57 +0100 Subject: [PATCH 2/2] Update hero.md --- docs/_csharp-api/campaignsystem/hero.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_csharp-api/campaignsystem/hero.md b/docs/_csharp-api/campaignsystem/hero.md index bc0c8e4..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]()`>` | see https://github.com/RoGreat/MarryAnyone/tree/main/MarryAnyone for usage | | + | 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 | |