コード例 #1
0
ファイル: Possessed.cs プロジェクト: PaulElcampeon/Ghost-kid
    public virtual void Update()
    {
        if (InputManager.ActionButton())
        {
            Unpossess();
        }

        if (isPlayerPresent)
        {
            //PlayItemSoundOnce();
            ShowFullGlow();
        }
    }