Files
tbd-station-14/Content.Shared/Explosion/SharedClusterGrenadeComponent.cs
2022-02-02 18:04:38 +11:00

12 lines
206 B
C#

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