Add prediction for standing states and mob states (#1937)
This commit is contained in:
@@ -5,7 +5,7 @@ using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.GameObjects.Components.Body
|
||||
{
|
||||
public abstract class SharedBodyManagerComponent : DamageableComponent, IBodyManagerComponent
|
||||
public abstract class SharedBodyManagerComponent : DamageableComponent, ISharedBodyManagerComponent
|
||||
{
|
||||
public override string Name => "BodyManager";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user