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:
@@ -1,9 +1,10 @@
|
||||
using Robust.Shared.GameStates;
|
||||
using Robust.Shared.Prototypes;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Dragon;
|
||||
|
||||
[NetworkedComponent]
|
||||
[NetworkedComponent, EntityCategory("Spawner")]
|
||||
public abstract partial class SharedDragonRiftComponent : Component
|
||||
{
|
||||
[DataField("state")]
|
||||
|
||||
Reference in New Issue
Block a user