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