9 lines
194 B
C#
9 lines
194 B
C#
using Content.Shared.GameObjects.Components.Damage;
|
|
|
|
namespace Content.Shared.GameObjects.Components.Body
|
|
{
|
|
public interface ISharedBodyManagerComponent : IDamageableComponent
|
|
{
|
|
}
|
|
}
|