10 lines
160 B
C#
10 lines
160 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Speech;
|
|
|
|
[Serializable, NetSerializable]
|
|
public enum SpeechWireActionKey : byte
|
|
{
|
|
StatusKey,
|
|
}
|