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