Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Content.Server.DeviceNetwork.Components
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[ComponentProtoName("WirelessNetworkConnection")]
|
||||
public sealed class WirelessNetworkComponent : Component
|
||||
public sealed partial class WirelessNetworkComponent : Component
|
||||
{
|
||||
[DataField("range")]
|
||||
public int Range { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user