2021-06-09 22:19:39 +02:00
|
|
|
|
using Content.Shared.Body.Part;
|
2020-10-10 15:25:13 +02:00
|
|
|
|
using Robust.Shared.GameObjects;
|
|
|
|
|
|
|
2021-06-09 22:19:39 +02:00
|
|
|
|
namespace Content.Client.Body.Components
|
2020-10-10 15:25:13 +02:00
|
|
|
|
{
|
|
|
|
|
|
[RegisterComponent]
|
|
|
|
|
|
[ComponentReference(typeof(SharedBodyPartComponent))]
|
|
|
|
|
|
[ComponentReference(typeof(IBodyPart))]
|
|
|
|
|
|
public class BodyPartComponent : SharedBodyPartComponent
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|