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

12 lines
227 B
C#

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