summaryrefslogtreecommitdiff
path: root/Thronefall_1_0/GameCode/BeforeGamePopUp.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Thronefall_1_0/GameCode/BeforeGamePopUp.cs')
-rw-r--r--Thronefall_1_0/GameCode/BeforeGamePopUp.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/Thronefall_1_0/GameCode/BeforeGamePopUp.cs b/Thronefall_1_0/GameCode/BeforeGamePopUp.cs
deleted file mode 100644
index 2850f57..0000000
--- a/Thronefall_1_0/GameCode/BeforeGamePopUp.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using System;
-
-[Serializable]
-public class BeforeGamePopUp
-{
- public UIFrame uiFrame;
-
- public bool showInDemoVersion = true;
-
- public bool showInFullVersion = true;
-}