summaryrefslogtreecommitdiff
path: root/Thronefall_1_57/Decompile/Thronefall/DemoQuitSwitch.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Thronefall_1_57/Decompile/Thronefall/DemoQuitSwitch.cs')
-rw-r--r--Thronefall_1_57/Decompile/Thronefall/DemoQuitSwitch.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/Thronefall_1_57/Decompile/Thronefall/DemoQuitSwitch.cs b/Thronefall_1_57/Decompile/Thronefall/DemoQuitSwitch.cs
deleted file mode 100644
index 5f1f586..0000000
--- a/Thronefall_1_57/Decompile/Thronefall/DemoQuitSwitch.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using UnityEngine;
-
-public class DemoQuitSwitch : MonoBehaviour
-{
- public UIFrame demoFrame;
-
- public void Trigger()
- {
- UIFrameManager.instance.QuitToDesktop();
- }
-}