Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace Content.Server.Drone.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed class DroneComponent : Component
|
||||
public sealed partial class DroneComponent : Component
|
||||
{
|
||||
public float InteractionBlockRange = 2.15f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user