Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Content.Server.Worldgen.Components;
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[Access(typeof(WorldControllerSystem))]
|
||||
public sealed class WorldControllerComponent : Component
|
||||
public sealed partial class WorldControllerComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The prototype to use for chunks on this world map.
|
||||
|
||||
Reference in New Issue
Block a user