Revert type chagne

This commit is contained in:
Chomp
2025-01-29 22:24:43 +00:00
parent 58db41dd1e
commit 24ea3eca5f
@@ -615,7 +615,7 @@ public record ChancedEnemy
public int? EnemyChance { get; set; }
[JsonPropertyName("Role")]
public WildSpawnType? Role { get; set; }
public string? Role { get; set; }
}
public record MinMaxBot : MinMax