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
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user