Carp wave spawner and dragons as an actual event (#10254)
This commit is contained in:
9
Content.Shared/Dragon/DragonRiftComponentState.cs
Normal file
9
Content.Shared/Dragon/DragonRiftComponentState.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Dragon;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class DragonRiftComponentState : ComponentState
|
||||
{
|
||||
public DragonRiftState State;
|
||||
}
|
||||
Reference in New Issue
Block a user