Files
ss14-wl/Content.Shared/Dragon/DragonRiftComponentState.cs
2022-08-15 14:19:44 -07:00

10 lines
202 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared.Dragon;
[Serializable, NetSerializable]
public sealed class DragonRiftComponentState : ComponentState
{
public DragonRiftState State;
}