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