コード例 #1
0
    public void EatDot()
    {
        if (!audioBite.isPlaying)
        {
            audioBite.Play();
        }

        ghostManager.PacmanAteDot();
    }