Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Content.Server.Light.Components
|
||||
/// state of an entity.
|
||||
/// </summary>
|
||||
[RegisterComponent, Access(typeof(PoweredLightSystem))]
|
||||
public sealed class LitOnPoweredComponent : Component
|
||||
public sealed partial class LitOnPoweredComponent : Component
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user