From d973565f72612446f05d1ed59c702d1a902d8d1b Mon Sep 17 00:00:00 2001 From: Dizel Date: Wed, 29 Jan 2025 15:19:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A2=D1=80=D0=B0=D0=B9=20=D1=81=D0=B4=D0=B5?= =?UTF-8?q?=D0=BB=D0=B0=D1=82=D1=8C=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82?= =?UTF-8?q?=20=D0=BF=D1=80=D1=8B=D0=B6=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/PlayerJumpScript.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Assets/PlayerJumpScript.cs b/Assets/PlayerJumpScript.cs index c7d1bb1..083869c 100644 --- a/Assets/PlayerJumpScript.cs +++ b/Assets/PlayerJumpScript.cs @@ -10,8 +10,8 @@ public class PlayerJumpScript : MonoBehaviour [SerializeField] private CharacterController _CharacterController; [SerializeField] private LayerMask _GroundLayers; - private bool IsGrounded() - { - //return Physics.CheckSphere(transform) - } + //private bool IsGrounded() + //{ + // //return Physics.CheckSphere(transform) + //} }