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:
@@ -8,7 +8,7 @@ namespace Content.Server.Humanoid.Components;
|
||||
/// This is added to a marker entity in order to spawn a randomized
|
||||
/// humanoid ingame.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[RegisterComponent, EntityCategory("Spawner")]
|
||||
public sealed partial class RandomHumanoidSpawnerComponent : Component
|
||||
{
|
||||
[DataField("settings", customTypeSerializer: typeof(PrototypeIdSerializer<RandomHumanoidSettingsPrototype>))]
|
||||
|
||||
Reference in New Issue
Block a user