Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Content.Server.Electrocution;
|
||||
/// Updates every frame for short duration to check if electrifed entity is powered when activated, e.g to play animation
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class ActivatedElectrifiedComponent : Component
|
||||
public sealed partial class ActivatedElectrifiedComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// How long electrified entity will remain active
|
||||
|
||||
Reference in New Issue
Block a user