- namespace Content.Server.Bible.Components
- {
- /// <summary>
- /// EntityQuery Tracking Component for Summonables that are counting up a respawn.
- /// </summary>
- [RegisterComponent]
- public sealed partial class SummonableRespawningComponent : Component
- {}
- }
|