Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Content.Server.DeviceLinking.Components;
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[Access(typeof(EdgeDetectorSystem))]
|
||||
public sealed class EdgeDetectorComponent : Component
|
||||
public sealed partial class EdgeDetectorComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Name of the input port.
|
||||
|
||||
Reference in New Issue
Block a user