示例#1
0
    public virtual void Update()
    {
        if (InputManager.ActionButton())
        {
            Unpossess();
        }

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