Files
tbd-station-14/Content.Shared/Explosion/SharedClusterFlashComponent.cs
2021-07-16 17:37:09 -07:00

12 lines
204 B
C#

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