mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 05:59:03 +03:00
10 lines
275 B
C#
10 lines
275 B
C#
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
|
|
{}
|
|
}
|