Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,6 +4,6 @@ namespace Content.Server.Bible.Components
|
||||
/// EntityQuery Tracking Component for Summonables that are counting up a respawn.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class SummonableRespawningComponent : Component
|
||||
public sealed partial class SummonableRespawningComponent : Component
|
||||
{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user