Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Server.Zombies;
|
||||
/// Temporary because diseases suck.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class PendingZombieComponent : Component
|
||||
public sealed partial class PendingZombieComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Damage dealt every second to infected individuals.
|
||||
|
||||
Reference in New Issue
Block a user