Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace Content.Server.StationEvents.Components;
|
||||
|
||||
[RegisterComponent, Access(typeof(RampingStationEventSchedulerSystem))]
|
||||
public sealed class RampingStationEventSchedulerComponent : Component
|
||||
public sealed partial class RampingStationEventSchedulerComponent : Component
|
||||
{
|
||||
[DataField("endTime"), ViewVariables(VVAccess.ReadWrite)]
|
||||
public float EndTime;
|
||||
|
||||
Reference in New Issue
Block a user