Files
tbd-station-14/Content.Shared/Speech/EntitySystems/SharedSpeechWireAction.cs
Tayrtahn b8de514237 Cuttable speaker wire for vending machines (#23873)
Implement SpeechWireAction
2024-01-12 01:03:02 -07:00

10 lines
160 B
C#

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