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