Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Content.Server.Shuttles.Components;
|
||||
/// Added to a component when it is queued or is travelling via FTL.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class FTLComponent : Component
|
||||
public sealed partial class FTLComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
public FTLState State = FTLState.Available;
|
||||
|
||||
Reference in New Issue
Block a user