mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 09:33:36 +08:00
UXAssist and CheatEnabler new release
This commit is contained in:
@@ -14,6 +14,11 @@ public class MyConfigWindow : MyWindowWithTabs
|
||||
{
|
||||
return MyWindowManager.CreateWindow<MyConfigWindow>("UXAConfigWindow", "UXAssist Config");
|
||||
}
|
||||
|
||||
public static void DestroyInstance(MyConfigWindow win)
|
||||
{
|
||||
MyWindowManager.DestroyWindow(win);
|
||||
}
|
||||
|
||||
public override void _OnCreate()
|
||||
{
|
||||
@@ -27,6 +32,7 @@ public class MyConfigWindow : MyWindowWithTabs
|
||||
|
||||
public override void _OnDestroy()
|
||||
{
|
||||
_windowTrans = null;
|
||||
}
|
||||
|
||||
public override bool _OnInit()
|
||||
|
||||
Reference in New Issue
Block a user