Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -5,7 +5,7 @@ using Robust.Shared.Map;
|
||||
namespace Content.Server.StationEvents.Components;
|
||||
|
||||
[RegisterComponent, Access(typeof(GasLeakRule))]
|
||||
public sealed class GasLeakRuleComponent : Component
|
||||
public sealed partial class GasLeakRuleComponent : Component
|
||||
{
|
||||
public readonly Gas[] LeakableGases =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user