예제 #1
0
 protected new void Start()
 {
     Debug.Log("START!!!!!!!");
     GetReadyToReload = false;
     RPCHTTPServer.StartServer();
     RPCHTTPServer.Listen();
     orig_Start();
 }
예제 #2
0
 public new void GoBackToMainMenu()
 {
     Debug.Log("Back to main menu!!!");
     RPCHTTPServer.StopServer();
     orig_GoBackToMainMenu();
 }
 private void Exit()
 {
     Debug.Log("Hi from MonoMod! (URL Scheme Patch 0.0.1a)");
     RPCHTTPServer.MakeServer();
     orig_Exit();
 }