Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Server.Worldgen.Components;
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[Access(typeof(WorldControllerSystem))]
|
||||
public sealed class LoadedChunkComponent : Component
|
||||
public sealed partial class LoadedChunkComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The current list of entities loading this chunk.
|
||||
|
||||
Reference in New Issue
Block a user