Remove IBody, IBodyPart, IMechanism and IMechanismBehavior (#4187)
* Remove IBody, IBodyPart, IMechanism and IMechanismBehavior interfaces * Summary cleanup
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Content.Shared.Body.Mechanism
|
||||
{
|
||||
base.Update(frameTime);
|
||||
|
||||
foreach (var mechanism in ComponentManager.EntityQuery<IMechanism>(true))
|
||||
foreach (var mechanism in ComponentManager.EntityQuery<SharedMechanismComponent>(true))
|
||||
{
|
||||
mechanism.Update(frameTime);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user