@@ -8,6 +8,7 @@ using Content.Shared.Interaction;
|
||||
using Content.Shared.Popups;
|
||||
using Content.Shared.Tag;
|
||||
using Robust.Shared.Audio.Systems;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Emag.Systems;
|
||||
|
||||
@@ -127,6 +128,7 @@ public sealed class EmagSystem : EntitySystem
|
||||
|
||||
|
||||
[Flags]
|
||||
[Serializable, NetSerializable]
|
||||
public enum EmagType : byte
|
||||
{
|
||||
None = 0,
|
||||
|
||||
Reference in New Issue
Block a user