Fix prototypes so they pass analyzer checks (#35435)

This commit is contained in:
Tayrtahn
2025-02-23 23:21:59 -05:00
committed by GitHub
parent 0d84d25067
commit 6f925dd610
84 changed files with 121 additions and 121 deletions

View File

@@ -14,7 +14,7 @@ namespace Content.Shared.Procedural;
/// This lets us share data between different dungeon configs without having to repeat entire configs.
/// </remarks>
[DataRecord]
public sealed class DungeonData
public sealed partial class DungeonData
{
// I hate this but it also significantly reduces yaml bloat if we add like 10 variations on the same set of layers
// e.g. science rooms, engi rooms, cargo rooms all under PlanetBase for example.