Content changes for entity categories PR (#27232)
* Content changes for entity categories PR * Poke tests * Why are tests suddenly working?
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Content.Server.Spawners.Components;
|
||||
/// Can configure the set of entities, spawn timing, spawn chance,
|
||||
/// and min/max number of entities to spawn.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[RegisterComponent, EntityCategory("Spawner")]
|
||||
public sealed partial class TimedSpawnerComponent : Component, ISerializationHooks
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user