Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Content.Server.Lathe.Components;
|
||||
/// For EntityQuery to keep track of which lathes are producing
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class LatheProducingComponent : Component
|
||||
public sealed partial class LatheProducingComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The time at which production began
|
||||
|
||||
Reference in New Issue
Block a user