summaryrefslogtreecommitdiff
path: root/Thronefall_1_0/Decompile/EquippableMutation.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Thronefall_1_0/Decompile/EquippableMutation.cs')
-rw-r--r--Thronefall_1_0/Decompile/EquippableMutation.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/Thronefall_1_0/Decompile/EquippableMutation.cs b/Thronefall_1_0/Decompile/EquippableMutation.cs
deleted file mode 100644
index 5e3d0db..0000000
--- a/Thronefall_1_0/Decompile/EquippableMutation.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-using UnityEngine;
-
-[CreateAssetMenu(fileName = "Data", menuName = "SimpleSiege/Equippable Mutation", order = 1)]
-public class EquippableMutation : Equippable
-{
- public float scoreMultiplyerOnWin = 1.2f;
-}