Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,6 +6,6 @@ namespace Content.Server.Explosion.Components;
|
||||
/// Will delete the attached entity upon a <see cref="TriggerEvent"/>.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class DeleteOnTriggerComponent : Component
|
||||
public sealed partial class DeleteOnTriggerComponent : Component
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user