Files
tbd-station-14/Content.Shared/Body/Part/IBodyPartContainer.cs
2021-07-16 17:37:09 -07:00

13 lines
259 B
C#

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