Remove IBody, IBodyPart, IMechanism and IMechanismBehavior (#4187)
* Remove IBody, IBodyPart, IMechanism and IMechanismBehavior interfaces * Summary cleanup
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Content.Server.Metabolism
|
||||
[RegisterComponent]
|
||||
public class MetabolismComponent : Component
|
||||
{
|
||||
[ComponentDependency] private readonly IBody? _body = default!;
|
||||
[ComponentDependency] private readonly SharedBodyComponent? _body = default!;
|
||||
|
||||
public override string Name => "Metabolism";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user