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(BasicStationEventSchedulerSystem))]
|
||||
public sealed class BasicStationEventSchedulerComponent : Component
|
||||
public sealed partial class BasicStationEventSchedulerComponent : Component
|
||||
{
|
||||
public const float MinimumTimeUntilFirstEvent = 300;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user