Delta-v/Content.Shared/Speech/EntitySystems/SharedSpeechWireAction.cs

10 lines
160 B
C#

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