Files
wwdpublic/Content.Shared/Speech/EntitySystems/SharedSpeechWireAction.cs
Tayrtahn 35ba9eb50d Cuttable speaker wire for vending machines (#23873)
Implement SpeechWireAction

(cherry picked from commit b8de514237c996e85e0c64e8e69edbfe79565683)
2024-01-26 22:33:15 +01:00

10 lines
160 B
C#

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