From 3a899a79f113ef72d38819a8149ed63ed81798dc Mon Sep 17 00:00:00 2001 From: Twirlbug Date: Tue, 27 Jun 2023 00:30:52 -0500 Subject: [PATCH] Moved the Console in with the other console files --- SRMP/{ => Console}/SRMPConsole.cs | 4 ++++ SRMP/SRMP.csproj | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) rename SRMP/{ => Console}/SRMPConsole.cs (99%) diff --git a/SRMP/SRMPConsole.cs b/SRMP/Console/SRMPConsole.cs similarity index 99% rename from SRMP/SRMPConsole.cs rename to SRMP/Console/SRMPConsole.cs index ea5d6d1..a776d24 100644 --- a/SRMP/SRMPConsole.cs +++ b/SRMP/Console/SRMPConsole.cs @@ -51,6 +51,9 @@ namespace SRMultiplayer input.RedrawInputLine(); } + + + // // Text has been entered into the console // Run it as a console command @@ -213,6 +216,7 @@ namespace SRMultiplayer } } break; + } } diff --git a/SRMP/SRMP.csproj b/SRMP/SRMP.csproj index 388b3e9..70fef20 100644 --- a/SRMP/SRMP.csproj +++ b/SRMP/SRMP.csproj @@ -75,6 +75,7 @@ C:\Program Files\Epic Games\SlimeRancher\SlimeRancher_Data\Managed\0Harmony.dll + False ..\Libs\Assembly-CSharp_publicized.dll @@ -91,6 +92,7 @@ False ..\Libs\Newtonsoft.Json.dll + False False @@ -113,6 +115,7 @@ False C:\Program Files\Epic Games\SlimeRancher\SlimeRancher_Data\Managed\UnityCoreMod.dll + False C:\Program Files\Epic Games\SlimeRancher\SlimeRancher_Data\Managed\UnityEngine.dll @@ -128,6 +131,7 @@ C:\Program Files\Epic Games\SlimeRancher\SlimeRancher_Data\Managed\UnityEngine.CoreModule.dll + False C:\Program Files\Epic Games\SlimeRancher\SlimeRancher_Data\Managed\UnityEngine.IMGUIModule.dll @@ -484,12 +488,13 @@ AssemblyInfo.tt - + + TextTemplatingFileGenerator modinfo.json