diff options
Diffstat (limited to 'Assets/Scripts/PlayerControl.cs')
| -rw-r--r-- | Assets/Scripts/PlayerControl.cs | 1 |
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; } |
