summaryrefslogtreecommitdiff
path: root/Thronefall_1_57/Decompile/Thronefall/StringFloatSerializableDictionary.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Thronefall_1_57/Decompile/Thronefall/StringFloatSerializableDictionary.cs')
-rw-r--r--Thronefall_1_57/Decompile/Thronefall/StringFloatSerializableDictionary.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Thronefall_1_57/Decompile/Thronefall/StringFloatSerializableDictionary.cs b/Thronefall_1_57/Decompile/Thronefall/StringFloatSerializableDictionary.cs
new file mode 100644
index 0000000..8ae8cdd
--- /dev/null
+++ b/Thronefall_1_57/Decompile/Thronefall/StringFloatSerializableDictionary.cs
@@ -0,0 +1,6 @@
+using System;
+
+[Serializable]
+public class StringFloatSerializableDictionary : UnitySerializedDictionary<string, string>
+{
+}