public JintConsoleGui(IntPtr obj0) : base(obj0) { AntiGcList = new Il2CppSystem.Collections.Generic.List <MonoBehaviour>(1); AntiGcList.Add(this); windowfunction = ConsoleWindowDisplay; myinstance = PulsarCRepMod.MakeNewJintInstance(); }
public static JintInstance MakeNewJintInstance() { var myinstance = new JintInstance(); myinstance.SetupEnginePieces(); return(myinstance); }
public JintConsoleGui() { CodeInstance = new JintInstance(); }