Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace Content.Client.SurveillanceCamera;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class ActiveSurveillanceCameraMonitorVisualsComponent : Component
|
||||
public sealed partial class ActiveSurveillanceCameraMonitorVisualsComponent : Component
|
||||
{
|
||||
public float TimeLeft = 10f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user