Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -2,6 +2,6 @@ namespace Content.Server.SurveillanceCamera;
|
||||
|
||||
// Dummy component for active surveillance monitors.
|
||||
[RegisterComponent]
|
||||
public sealed class ActiveSurveillanceCameraMonitorComponent : Component
|
||||
public sealed partial class ActiveSurveillanceCameraMonitorComponent : Component
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user