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 | |