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