Add prediction for standing states and mob states (#1937)
This commit is contained in:
@@ -16,6 +16,7 @@ namespace Content.Shared.GameObjects.Components.Damage
|
||||
[Serializable, NetSerializable]
|
||||
public enum DamageState
|
||||
{
|
||||
Invalid = 0,
|
||||
Alive,
|
||||
Critical,
|
||||
Dead
|
||||
|
||||
Reference in New Issue
Block a user