summaryrefslogtreecommitdiff
path: root/Thronefall_1_0/GameCode/InGameResignUIHelper.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Thronefall_1_0/GameCode/InGameResignUIHelper.cs')
-rw-r--r--Thronefall_1_0/GameCode/InGameResignUIHelper.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/Thronefall_1_0/GameCode/InGameResignUIHelper.cs b/Thronefall_1_0/GameCode/InGameResignUIHelper.cs
deleted file mode 100644
index 6f85c9e..0000000
--- a/Thronefall_1_0/GameCode/InGameResignUIHelper.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-using UnityEngine;
-
-public class InGameResignUIHelper : MonoBehaviour
-{
- public void Resign()
- {
- UIFrameManager.instance.CloseAllFrames();
- LocalGamestate.Instance.SetState(LocalGamestate.State.AfterMatchDefeat, forceTransition: false, immediate: true);
- }
-}