Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -8,7 +8,7 @@ using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototy
|
||||
namespace Content.Server.GameTicking.Rules.Components;
|
||||
|
||||
[RegisterComponent, Access(typeof(TraitorRuleSystem))]
|
||||
public sealed class TraitorRuleComponent : Component
|
||||
public sealed partial class TraitorRuleComponent : Component
|
||||
{
|
||||
public List<TraitorRole> Traitors = new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user