From f9f012ad87d5b82ad7c222984c57b816317f2ba4 Mon Sep 17 00:00:00 2001 From: Cyt0k1ne <160193438+lnd1@users.noreply.github.com> Date: Fri, 11 Jul 2025 13:43:23 -0700 Subject: [PATCH] Update hero.md Fixes the "Bearth" typo --- 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..3a45901 100644 --- a/docs/_csharp-api/campaignsystem/hero.md +++ b/docs/_csharp-api/campaignsystem/hero.md @@ -54,7 +54,7 @@ TODO | IsMercenary | IsMercenary | `bool` | Is hero mercenary | | | SpcDaysInLocation | SpcDaysInLocation | `int` | TODO | | | private | _health | `int` | Health | | - | private | _birthDay | [CampaignTime]() | BearthDay | | + | private | _birthDay | [CampaignTime]() | BirthDay | | | private | _deathDay | [CampaignTime]() | Day of death | | | private | _power | `int` | Power | | | public | VisitedSettlements | `Dictionary<`[Settlement]()`, float>` | Visited settlements | |