summaryrefslogtreecommitdiff
path: root/Thronefall_1_0/GameCode/MetaLevel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Thronefall_1_0/GameCode/MetaLevel.cs')
-rw-r--r--Thronefall_1_0/GameCode/MetaLevel.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Thronefall_1_0/GameCode/MetaLevel.cs b/Thronefall_1_0/GameCode/MetaLevel.cs
deleted file mode 100644
index 985a7d4..0000000
--- a/Thronefall_1_0/GameCode/MetaLevel.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-using System;
-
-[Serializable]
-public class MetaLevel
-{
- public int requiredXp;
-
- public Equippable reward;
-}