ECS cluster nades (#6368)
This commit is contained in:
11
Content.Shared/Explosion/SharedClusterGrenadeComponent.cs
Normal file
11
Content.Shared/Explosion/SharedClusterGrenadeComponent.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Explosion
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum ClusterGrenadeVisuals : byte
|
||||
{
|
||||
GrenadesCounter
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user