diff options
Diffstat (limited to 'TimeHACK.Engine')
| -rw-r--r-- | TimeHACK.Engine/MessageParser.cs (renamed from TimeHACK.Engine/WCMessageParser.cs) | 2 | ||||
| -rw-r--r-- | TimeHACK.Engine/TimeHACK.Engine.csproj | 2 | ||||
| -rw-r--r-- | TimeHACK.Engine/obj/Debug/CoreCompileInputs.cache | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/TimeHACK.Engine/WCMessageParser.cs b/TimeHACK.Engine/MessageParser.cs index ef7efd0..168ab8d 100644 --- a/TimeHACK.Engine/WCMessageParser.cs +++ b/TimeHACK.Engine/MessageParser.cs @@ -7,7 +7,7 @@ using System.Threading.Tasks; namespace TimeHACK.Engine { - public class WCMessageParser + public class MessageParser { public string ParseMessage(string json, int index, string user) { diff --git a/TimeHACK.Engine/TimeHACK.Engine.csproj b/TimeHACK.Engine/TimeHACK.Engine.csproj index 8755faf..f110aaa 100644 --- a/TimeHACK.Engine/TimeHACK.Engine.csproj +++ b/TimeHACK.Engine/TimeHACK.Engine.csproj @@ -73,7 +73,7 @@ <DependentUpon>WinClassic.cs</DependentUpon> </Compile> <Compile Include="WindowManager.cs" /> - <Compile Include="WCMessageParser.cs" /> + <Compile Include="MessageParser.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> diff --git a/TimeHACK.Engine/obj/Debug/CoreCompileInputs.cache b/TimeHACK.Engine/obj/Debug/CoreCompileInputs.cache new file mode 100644 index 0000000..fbbd8f0 --- /dev/null +++ b/TimeHACK.Engine/obj/Debug/CoreCompileInputs.cache @@ -0,0 +1 @@ +7aea260e995a5c8b26639269dc8e3704ae145c65 |
