* Remove IBody, IBodyPart, IMechanism and IMechanismBehavior interfaces * Summary cleanup
12 lines
277 B
C#
12 lines
277 B
C#
using Content.Shared.Body.Mechanism;
|
|
using Robust.Shared.GameObjects;
|
|
|
|
namespace Content.Client.Body.Components
|
|
{
|
|
[RegisterComponent]
|
|
[ComponentReference(typeof(SharedMechanismComponent))]
|
|
public class MechanismComponent : SharedMechanismComponent
|
|
{
|
|
}
|
|
}
|