summaryrefslogtreecommitdiff
path: root/GameCode/ForceMultiplier.cs
diff options
context:
space:
mode:
Diffstat (limited to 'GameCode/ForceMultiplier.cs')
-rw-r--r--GameCode/ForceMultiplier.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/GameCode/ForceMultiplier.cs b/GameCode/ForceMultiplier.cs
new file mode 100644
index 0000000..064bbfc
--- /dev/null
+++ b/GameCode/ForceMultiplier.cs
@@ -0,0 +1,6 @@
+using UnityEngine;
+
+public class ForceMultiplier : MonoBehaviour
+{
+ public float multiplier = 1f;
+}