summaryrefslogtreecommitdiff
path: root/Thronefall_1_0/GameCode/SettingsLanguageReset.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Thronefall_1_0/GameCode/SettingsLanguageReset.cs')
-rw-r--r--Thronefall_1_0/GameCode/SettingsLanguageReset.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/Thronefall_1_0/GameCode/SettingsLanguageReset.cs b/Thronefall_1_0/GameCode/SettingsLanguageReset.cs
deleted file mode 100644
index 776d9be..0000000
--- a/Thronefall_1_0/GameCode/SettingsLanguageReset.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using I2.Loc;
-using UnityEngine;
-
-public class SettingsLanguageReset : MonoBehaviour
-{
- public GameObject objToRefresh;
-
- public void ResetLanguage()
- {
- LocalizationManager.CurrentLanguage = LocalizationManager.GetCurrentDeviceLanguage();
- objToRefresh.SetActive(value: false);
- objToRefresh.SetActive(value: true);
- }
-}