Exemplo n.º 1
0
        void OnPointerUp()
        {
            if (playerInputPointerUp != null)
            {
                playerInputPointerUp(true);
            }

            draggingLetter = null;

            if (questionLivingLetter != null)
            {
                questionLivingLetter.OnPointerUp();
            }
        }