6
StarHorizon_Public/Content.Shared/Explosion/Components/SharedClusterGrenadeComponent.cs
2025-08-05 10:00:54 +03:00

11 lines
203 B
C#

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