Beispiel #1
0
 public void Handle(NetworkManager nm, Bot core)
 {
     core.ClientWorld.BlockArray = new byte[0];
     core.RaiseInfoMessage("Incoming Level");
     core.RaiseLevelInit();
 }