Ejemplo n.º 1
0
    void UpdateStatWithFactor(int factor)
    {
        if (m_IsActivePet)
        {
            int combo = DelegateManager.GetCombo();

            HandlePetXP(m_Factor, combo);

            //GenerateCoins(combo);

            //ResetFoodType();

            //RefreshTime();

            //m_IsActivePet = false;
        }
    }