diff options
Diffstat (limited to 'GameCode/BeforeGamePopUp.cs')
| -rw-r--r-- | GameCode/BeforeGamePopUp.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/GameCode/BeforeGamePopUp.cs b/GameCode/BeforeGamePopUp.cs deleted file mode 100644 index 2850f57..0000000 --- a/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; -} |
