diff --git a/MechanicalDoor/MechanicalDoor.csproj b/MechanicalDoor/MechanicalDoor.csproj index 8434746..f2006f4 100644 --- a/MechanicalDoor/MechanicalDoor.csproj +++ b/MechanicalDoor/MechanicalDoor.csproj @@ -23,5 +23,4 @@ - \ No newline at end of file diff --git a/MechanicalDoor/Program.cs b/MechanicalDoor/Program.cs index a98a09f..3156197 100644 --- a/MechanicalDoor/Program.cs +++ b/MechanicalDoor/Program.cs @@ -1,6 +1,6 @@ using Sandbox.ModAPI.Ingame; -using SpaceEngineers.Game.ModAPI.Ingame; using System.Collections.Generic; +using VRage.Game.ModAPI.Ingame.Utilities; namespace IngameScript {