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(PointingSystem))]
|
||||
public sealed class PointingArrowComponent : SharedPointingArrowComponent
|
||||
public sealed partial class PointingArrowComponent : SharedPointingArrowComponent
|
||||
{
|
||||
/// <summary>
|
||||
/// Whether or not this arrow will convert into a
|
||||
|
||||
Reference in New Issue
Block a user