Familiars respawn (#7640)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Content.Server.Bible.Components
|
||||
{
|
||||
/// <summary>
|
||||
/// EntityQuery Tracking Component for Summonables that are counting up a respawn.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class SummonableRespawningComponent : Component
|
||||
{}
|
||||
}
|
||||
Reference in New Issue
Block a user