diff --git a/StoneRed.LogicSimulator.Api/Interfaces/LogicGate.cs b/StoneRed.LogicSimulator.Api/LogicGate.cs similarity index 99% rename from StoneRed.LogicSimulator.Api/Interfaces/LogicGate.cs rename to StoneRed.LogicSimulator.Api/LogicGate.cs index 0fd4ec9..6dabdaf 100644 --- a/StoneRed.LogicSimulator.Api/Interfaces/LogicGate.cs +++ b/StoneRed.LogicSimulator.Api/LogicGate.cs @@ -2,7 +2,7 @@ using StoneRed.LogicSimulator.Api.Utilities; -namespace StoneRed.LogicSimulator.Api.Interfaces; +namespace StoneRed.LogicSimulator.Api; #pragma warning disable S112 // General exceptions should never be thrown internal abstract class LogicGate diff --git a/StoneRed.LogicSimulator/Content/WorldScreen.xmmp b/StoneRed.LogicSimulator/Content/WorldScreen.xmmp index 1ca7e50..79f7226 100644 --- a/StoneRed.LogicSimulator/Content/WorldScreen.xmmp +++ b/StoneRed.LogicSimulator/Content/WorldScreen.xmmp @@ -13,12 +13,13 @@ -