ECS cluster nades (#6368)

This commit is contained in:
metalgearsloth
2022-02-02 18:04:38 +11:00
committed by GitHub
parent 2e5808085d
commit 80727f7fa4
7 changed files with 191 additions and 171 deletions

View File

@@ -0,0 +1,11 @@
using System;
using Robust.Shared.Serialization;
namespace Content.Shared.Explosion
{
[Serializable, NetSerializable]
public enum ClusterGrenadeVisuals : byte
{
GrenadesCounter
}
}