diff --git a/Content.Client/GameObjects/Components/Power/SMESVisualizer2D.cs b/Content.Client/GameObjects/Components/Power/SmesVisualizer2D.cs similarity index 100% rename from Content.Client/GameObjects/Components/Power/SMESVisualizer2D.cs rename to Content.Client/GameObjects/Components/Power/SmesVisualizer2D.cs diff --git a/Content.Server/GameObjects/Components/Damage/DamageableComponent.cs b/Content.Server/GameObjects/Components/Damage/DamageableComponent.cs index 9a5a142cd6..f71415ab95 100644 --- a/Content.Server/GameObjects/Components/Damage/DamageableComponent.cs +++ b/Content.Server/GameObjects/Components/Damage/DamageableComponent.cs @@ -1,7 +1,7 @@ using Content.Server.Interfaces.GameObjects; using System; using System.Collections.Generic; -using SS14.Shared.Math; +using SS14.Shared.Maths; using SS14.Shared.GameObjects; using SS14.Shared.Utility; using YamlDotNet.RepresentationModel; diff --git a/Content.Server/GameObjects/Components/Power/SMESComponent.cs b/Content.Server/GameObjects/Components/Power/SmesComponent.cs similarity index 100% rename from Content.Server/GameObjects/Components/Power/SMESComponent.cs rename to Content.Server/GameObjects/Components/Power/SmesComponent.cs