Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -3,7 +3,7 @@ using System.Numerics;
|
||||
namespace Content.Server.Shuttles.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed class ShuttleComponent : Component
|
||||
public sealed partial class ShuttleComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
public bool Enabled = true;
|
||||
|
||||
Reference in New Issue
Block a user