Delta-v/Content.Shared/Explosion/SharedClusterFlashComponent.cs

12 lines
204 B
C#

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