Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace Content.Server.Instruments;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class SwappableInstrumentComponent : Component
|
||||
public sealed partial class SwappableInstrumentComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Used to store the different instruments that can be swapped between.
|
||||
|
||||
Reference in New Issue
Block a user