Cuttable speaker wire for vending machines (#23873)

Implement SpeechWireAction
This commit is contained in:
Tayrtahn
2024-01-12 03:03:02 -05:00
committed by GitHub
parent b9f694ea59
commit b8de514237
6 changed files with 60 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
using Robust.Shared.Serialization;
namespace Content.Shared.Speech;
[Serializable, NetSerializable]
public enum SpeechWireActionKey : byte
{
StatusKey,
}