1
0

STLayState.cs 159 B

12345678910
  1. using Robust.Shared.Serialization;
  2. namespace Content.Shared._Stalker.Lay;
  3. [Serializable, NetSerializable]
  4. public enum STLayState
  5. {
  6. Stand,
  7. Laid,
  8. }