Files
OldThink/Content.Shared/Speech/EntitySystems/SharedSpeechWireAction.cs

10 lines
160 B
C#
Raw Permalink Normal View History

using Robust.Shared.Serialization;
namespace Content.Shared.Speech;
[Serializable, NetSerializable]
public enum SpeechWireActionKey : byte
{
StatusKey,
}