Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Content.Shared.DeviceLinking;
|
||||
[RegisterComponent]
|
||||
[NetworkedComponent] // for interactions. Actual state isn't currently synced.
|
||||
[Access(typeof(SharedDeviceLinkSystem))]
|
||||
public sealed class DeviceLinkSourceComponent : Component
|
||||
public sealed partial class DeviceLinkSourceComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The ports the device link source sends signals from
|
||||
|
||||
Reference in New Issue
Block a user