Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Content.Server.Pointing.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
[Access(typeof(RoguePointingSystem))]
|
||||
public sealed class RoguePointingArrowComponent : SharedRoguePointingArrowComponent
|
||||
public sealed partial class RoguePointingArrowComponent : SharedRoguePointingArrowComponent
|
||||
{
|
||||
[ViewVariables]
|
||||
public EntityUid? Chasing;
|
||||
|
||||
Reference in New Issue
Block a user