Files

10 lines
170 B
C#
Raw Permalink Normal View History

2024-01-27 15:19:52 +03:00
using Robust.Shared.Serialization;
namespace Content.Shared._White.Cult.Items;
2024-01-27 15:19:52 +03:00
[Serializable, NetSerializable]
public enum SoulShardVisualState : byte
{
State
}