diff --git a/Assets/AssetsFORELLE/Script/FallingDetection.cs b/Assets/AssetsFORELLE/Script/FallingDetection.cs index 64a9fe0..58d72d5 100644 --- a/Assets/AssetsFORELLE/Script/FallingDetection.cs +++ b/Assets/AssetsFORELLE/Script/FallingDetection.cs @@ -4,9 +4,9 @@ public class FallingDetection : MonoBehaviour { private CharController charController; private Rigidbody2D playerRigidbody; - private bool isFalling; + public bool isFalling; private Animator animator; - private int counter = 0; + public int counter = 0; private void Start() {