10 lines
177 B
C#
10 lines
177 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared._White.Cult.Structures;
|
|
|
|
[NetSerializable, Serializable]
|
|
public enum CultStructureCraftUiKey : byte
|
|
{
|
|
Key,
|
|
}
|