Example #1
0
#pragma warning restore 0649
    public void Initialize(AbilityType abilityType = AbilityType.NONE, string monsterName = "")
    {
        LanguagesFillers.FillMenuHeader(Title, BackButton, HelpButton, menusIdentifier,
                                        monsterName, abilityType, Points, AtkPoints, DefPoints, SabPoints, UserPoints);
    }