protected new void Start() { Debug.Log("START!!!!!!!"); GetReadyToReload = false; RPCHTTPServer.StartServer(); RPCHTTPServer.Listen(); orig_Start(); }
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(); }