10 lines
147 B
C#
10 lines
147 B
C#
|
|
using Robust.Shared.Serialization;
|
||
|
|
|
||
|
|
namespace Content.Shared._White.Cult.UI;
|
||
|
|
|
||
|
|
[Serializable, NetSerializable]
|
||
|
|
public enum BloodRitesUi
|
||
|
|
{
|
||
|
|
Key
|
||
|
|
}
|