コード例 #1
0
ファイル: CanFire.cs プロジェクト: huangzhiquan497/Fishing
    void OnMouseDown()
    {
        fingerDown = true;
        // if (Input.GetMouseButtonDown(0))
        {
            MobileInterface.Player_StartFire();
        }

        if (MobileInterface.GetPlayerScore() == 0)
        {
            if (Moudle_main.EvtShop != null)
            {
                Moudle_main.EvtShop();
            }
        }
    }