Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Content.Shared.Conveyor;
|
||||
/// Used to track which conveyors are relevant in case there's a lot of them.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class ActiveConveyorComponent : Component
|
||||
public sealed partial class ActiveConveyorComponent : Component
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototy
|
||||
namespace Content.Shared.Conveyor;
|
||||
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed class ConveyorComponent : Component
|
||||
public sealed partial class ConveyorComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The angle to move entities by in relation to the owner's rotation.
|
||||
|
||||
Reference in New Issue
Block a user