Updates the content components to be compatible with the changes in 55a50ff7ba.

Updates engine submodule.
This commit is contained in:
Acruid
2019-09-18 11:29:12 -07:00
parent 364279e0f7
commit dd06c71735
13 changed files with 41 additions and 25 deletions

View File

@@ -97,7 +97,8 @@ namespace Content.Server.GameObjects.Components.Power
Load = 0;
}
public override void Shutdown()
/// <inheritdoc />
protected override void Shutdown()
{
base.Shutdown();