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