Adds generic damage visualizer to the game (#4893)
This commit is contained in:
14
Content.Shared/Damage/DamageVisualizerKeys.cs
Normal file
14
Content.Shared/Damage/DamageVisualizerKeys.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Damage
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum DamageVisualizerKeys
|
||||
{
|
||||
Disabled,
|
||||
DamageSpecifierDelta,
|
||||
DamageUpdateGroups,
|
||||
ForceUpdate
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user