Fix prototypes and datadefs so they pass analyzer checks (again) (#37485)
Fix prototypes so they pass analyzer checks (again)
This commit is contained in:
@@ -444,7 +444,7 @@ public abstract class SharedAnomalySystem : EntitySystem
|
||||
}
|
||||
|
||||
[DataRecord]
|
||||
public record struct AnomalySpawnSettings()
|
||||
public partial record struct AnomalySpawnSettings()
|
||||
{
|
||||
/// <summary>
|
||||
/// should entities block spawning?
|
||||
|
||||
Reference in New Issue
Block a user