diff options
Diffstat (limited to 'Thronefall_v1.0/Decompile/BackToTitlescreenUIHelper.cs')
-rw-r--r-- | Thronefall_v1.0/Decompile/BackToTitlescreenUIHelper.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Thronefall_v1.0/Decompile/BackToTitlescreenUIHelper.cs b/Thronefall_v1.0/Decompile/BackToTitlescreenUIHelper.cs new file mode 100644 index 0000000..da76893 --- /dev/null +++ b/Thronefall_v1.0/Decompile/BackToTitlescreenUIHelper.cs @@ -0,0 +1,9 @@ +using UnityEngine; + +public class BackToTitlescreenUIHelper : MonoBehaviour +{ + public void TransitionToMainMenu() + { + SceneTransitionManager.instance.TransitionToMainMenu(); + } +} |