summaryrefslogtreecommitdiff
path: root/Thronefall_v1.0/Decompile/PerkPoint.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Thronefall_v1.0/Decompile/PerkPoint.cs')
-rw-r--r--Thronefall_v1.0/Decompile/PerkPoint.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Thronefall_v1.0/Decompile/PerkPoint.cs b/Thronefall_v1.0/Decompile/PerkPoint.cs
new file mode 100644
index 0000000..b339e08
--- /dev/null
+++ b/Thronefall_v1.0/Decompile/PerkPoint.cs
@@ -0,0 +1,6 @@
+using UnityEngine;
+
+[CreateAssetMenu(fileName = "Data", menuName = "SimpleSiege/Perk Point", order = 1)]
+public class PerkPoint : Equippable
+{
+}