summaryrefslogtreecommitdiff
path: root/Thronefall_v1.57/Thronefall/I2.Loc.SimpleJSON/JSONBinaryTag.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Thronefall_v1.57/Thronefall/I2.Loc.SimpleJSON/JSONBinaryTag.cs')
-rw-r--r--Thronefall_v1.57/Thronefall/I2.Loc.SimpleJSON/JSONBinaryTag.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/Thronefall_v1.57/Thronefall/I2.Loc.SimpleJSON/JSONBinaryTag.cs b/Thronefall_v1.57/Thronefall/I2.Loc.SimpleJSON/JSONBinaryTag.cs
new file mode 100644
index 0000000..53df430
--- /dev/null
+++ b/Thronefall_v1.57/Thronefall/I2.Loc.SimpleJSON/JSONBinaryTag.cs
@@ -0,0 +1,12 @@
+namespace I2.Loc.SimpleJSON;
+
+public enum JSONBinaryTag
+{
+ Array = 1,
+ Class,
+ Value,
+ IntValue,
+ DoubleValue,
+ BoolValue,
+ FloatValue
+}