summaryrefslogtreecommitdiff
path: root/Thronefall_1_0/GameCode/SceneNameToLevelData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Thronefall_1_0/GameCode/SceneNameToLevelData.cs')
-rw-r--r--Thronefall_1_0/GameCode/SceneNameToLevelData.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/Thronefall_1_0/GameCode/SceneNameToLevelData.cs b/Thronefall_1_0/GameCode/SceneNameToLevelData.cs
deleted file mode 100644
index 7b8f84f..0000000
--- a/Thronefall_1_0/GameCode/SceneNameToLevelData.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-using System;
-
-[Serializable]
-public class SceneNameToLevelData : UnitySerializedDictionary<string, LevelData>
-{
-}