summaryrefslogtreecommitdiff
path: root/Assets/Scripts/PlayerControl.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Scripts/PlayerControl.cs')
-rw-r--r--Assets/Scripts/PlayerControl.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Assets/Scripts/PlayerControl.cs b/Assets/Scripts/PlayerControl.cs
index 3ef3dc8..85f753c 100644
--- a/Assets/Scripts/PlayerControl.cs
+++ b/Assets/Scripts/PlayerControl.cs
@@ -5,4 +5,5 @@ public class PlayerControl : MonoBehaviour
public float movementHorizontal;
public float movementVertical;
public bool grabbing;
+ public bool boosting;
}