Files
tbd-station-14/Content.Shared/GameObjects/Components/Body/Part/IBodyPartContainer.cs
2020-11-15 14:22:59 +11:00

12 lines
281 B
C#

namespace Content.Shared.GameObjects.Components.Body.Part
{
/// <summary>
/// Defines a component as being capable of containing parts.
/// Used during surgery.
/// </summary>
// TODO BODY Remove
public interface IBodyPartContainer
{
}
}