Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
/// Causes pointing arrows to go mode and murder this entity.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class PointingArrowAngeringComponent : Component
|
||||
public sealed partial class PointingArrowAngeringComponent : Component
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("remainingAnger")]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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