Merge pull request #116 from cp89gamedev/hotfix/bot-base-json-fix

fixed json parsing error on player death
This commit is contained in:
Chomp
2025-04-05 09:40:20 +01:00
committed by GitHub
@@ -1465,7 +1465,7 @@ public record DeathCause
set;
}
public int? Side
public string? Side
{
get;
set;