add: deployment

This commit is contained in:
KOSMOGOR
2025-03-30 19:17:13 +03:00
parent 787c2329ad
commit 4dbdb71145
97 changed files with 67770 additions and 9 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ public class PlayerMovement : MonoBehaviour
void Start() {
characterController = GetComponent<CharacterController>();
ground = GetComponent<GroundDetector>();
ground = GetComponentInChildren<GroundDetector>();
}
void Update() {