Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -2,7 +2,7 @@ using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Nuke
|
||||
{
|
||||
public abstract class SharedNukeComponent : Component
|
||||
public abstract partial class SharedNukeComponent : Component
|
||||
{
|
||||
public const string NukeDiskSlotId = "Nuke";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user