Fix prototypes and datadefs so they pass analyzer checks (again) (#37485)

Fix prototypes so they pass analyzer checks (again)
This commit is contained in:
Tayrtahn
2025-05-15 14:30:50 -04:00
committed by GitHub
parent 625115d78a
commit b9337693d3
9 changed files with 16 additions and 16 deletions

View File

@@ -444,7 +444,7 @@ public abstract class SharedAnomalySystem : EntitySystem
}
[DataRecord]
public record struct AnomalySpawnSettings()
public partial record struct AnomalySpawnSettings()
{
/// <summary>
/// should entities block spawning?