Add GetWorld() API method for ChatBots

This commit is contained in:
ORelio 2016-01-16 17:51:08 +01:00
parent 71277362be
commit d36647af3e
2 changed files with 13 additions and 0 deletions

View file

@ -74,6 +74,7 @@ namespace MinecraftClient
"using System.IO;",
"using System.Threading;",
"using MinecraftClient;",
"using MinecraftClient.Mapping;",
"namespace ScriptLoader {",
"public class Script {",
"public CSharpAPI MCC;",