コード例 #1
0
    private void Update()
    {
        currentFootStep = feetScript.CurrentTypeOfGround();

        if (!GameManager.IS_WORLD_PAUSED)
        {
            PlayerSpecialInteractions();
            PlayerThrow();
        }
    }