Files
tbd-station-14/Content.Shared/Dragon/DragonRiftComponentState.cs
2022-08-08 10:18:14 +10:00

10 lines
202 B
C#

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