Add prediction for standing states and mob states (#1937)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Content.Shared.GameObjects.Components.Damage;
|
||||
|
||||
namespace Content.Shared.GameObjects.Components.Body
|
||||
{
|
||||
public interface ISharedBodyManagerComponent : IDamageableComponent
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user