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