Files
OldThink/Content.Shared/_White/Cult/Items/SharedSoulShard.cs

10 lines
170 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared._White.Cult.Items;
[Serializable, NetSerializable]
public enum SoulShardVisualState : byte
{
State
}