using System; using Robust.Shared.GameObjects; using Robust.Shared.GameObjects.Components.UserInterface; using Robust.Shared.Serialization; namespace Content.Shared.GameObjects.Components.Explosion { [Serializable, NetSerializable] public enum ClusterFlashVisuals : byte { GrenadesCounter } }