Remove unused includes.
This commit is contained in:
parent
446aa29742
commit
302609a004
|
@ -1,22 +1,6 @@
|
||||||
using Sandbox.Game.EntityComponents;
|
using Sandbox.ModAPI.Ingame;
|
||||||
using Sandbox.ModAPI.Ingame;
|
|
||||||
using Sandbox.ModAPI.Interfaces;
|
|
||||||
using SpaceEngineers.Game.ModAPI.Ingame;
|
|
||||||
using System;
|
|
||||||
using System.Collections;
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Collections.Immutable;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using VRage;
|
|
||||||
using VRage.Collections;
|
|
||||||
using VRage.Game;
|
|
||||||
using VRage.Game.Components;
|
|
||||||
using VRage.Game.GUI.TextPanel;
|
|
||||||
using VRage.Game.ModAPI.Ingame;
|
|
||||||
using VRage.Game.ModAPI.Ingame.Utilities;
|
using VRage.Game.ModAPI.Ingame.Utilities;
|
||||||
using VRage.Game.ObjectBuilders.Definitions;
|
|
||||||
using VRageMath;
|
|
||||||
|
|
||||||
namespace IngameScript
|
namespace IngameScript
|
||||||
{
|
{
|
||||||
|
@ -49,6 +33,8 @@ namespace IngameScript
|
||||||
}
|
}
|
||||||
_airlocks[airlockName] = newAirlock;
|
_airlocks[airlockName] = newAirlock;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Echo($"Found {_airlocks.Count} airlocks.");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Main(string argument, UpdateType updateSource)
|
public void Main(string argument, UpdateType updateSource)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user