Fixed incorrect type (should be WildSpawnType)

This commit is contained in:
Chomp
2025-03-28 16:33:42 +00:00
parent 1bcd18ffa5
commit 0b23fc514a
@@ -1465,7 +1465,7 @@ public record DeathCause
set;
}
public string? Side
public int? Side
{
get;
set;