SharedClusterGrenadeComponent.cs 203 B

12345678910
  1. using Robust.Shared.Serialization;
  2. namespace Content.Shared.Explosion.Components
  3. {
  4. [Serializable, NetSerializable]
  5. public enum ClusterGrenadeVisuals : byte
  6. {
  7. GrenadesCounter
  8. }
  9. }