Update CSharpRunner.cs

Added System.Net to allow communication with the web.
This commit is contained in:
Dusan Milutinovic 2020-02-09 16:28:29 +01:00 committed by ORelio
parent 921ec5aaf5
commit 3438e20cb3

View file

@ -74,6 +74,7 @@ namespace MinecraftClient
"using System.Linq;", "using System.Linq;",
"using System.Text;", "using System.Text;",
"using System.IO;", "using System.IO;",
"using System.Net;",
"using System.Threading;", "using System.Threading;",
"using MinecraftClient;", "using MinecraftClient;",
"using MinecraftClient.Mapping;", "using MinecraftClient.Mapping;",