Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Content.Server.Shuttles.Components;
|
||||
/// This is used for controlling evacuation for a station.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class StationEmergencyShuttleComponent : Component
|
||||
public sealed partial class StationEmergencyShuttleComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The emergency shuttle assigned to this station.
|
||||
|
||||
Reference in New Issue
Block a user