Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -5,7 +5,7 @@ using Robust.Shared.Collections;
|
||||
namespace Content.Server.SensorMonitoring;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class SensorMonitoringConsoleComponent : Component
|
||||
public sealed partial class SensorMonitoringConsoleComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Used to assign network IDs for sensors and sensor streams.
|
||||
|
||||
Reference in New Issue
Block a user