1
0

DragonRiftComponentState.cs 202 B

123456789
  1. using Robust.Shared.Serialization;
  2. namespace Content.Shared.Dragon;
  3. [Serializable, NetSerializable]
  4. public sealed class DragonRiftComponentState : ComponentState
  5. {
  6. public DragonRiftState State;
  7. }