diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-31 20:14:48 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-31 20:14:48 +0800 |
| commit | 74a4f421b436b5950e52660ba7d6ebc53a818fa5 (patch) | |
| tree | 9841fb6655fee855ba581768872de2deacf57f38 /Assets/Scripts/PlayerControl.cs | |
| parent | 38e3e1fa64334f9cfd2f35e21439b93f525bf1b4 (diff) | |
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; } |
