Beispiel #1
0
#pragma warning restore 0649
    public void ProcedeToFight(int hpAmount, int inspAmount, bool attackDefend)
    {
        RunAwayGO.SetActive(false);
        ContinueGO.SetActive(false);
        HPGO.SetActive(true);
        InspirationGO.SetActive(true);
        FightGO.SetActive(true);
        LanguagesFillers.FillDuelFigthtButtons(HPPotion, Insp, hpAmount, inspAmount);
        ToggleFightStance(attackDefend);
    }