Files
tbd-station-14/Content.Shared/GameObjects/Components/Body/ISharedBodyManagerComponent.cs

9 lines
194 B
C#

using Content.Shared.GameObjects.Components.Damage;
namespace Content.Shared.GameObjects.Components.Body
{
public interface ISharedBodyManagerComponent : IDamageableComponent
{
}
}