Пример #1
0
        public void CreateParty_ONCLICK()
        {
            CommonUIButtonFunction("UI_Button_Click1", "CreateParty_ONCLICK()");
            HeroParty hero_party = PlayerResourceManager.instance.CreateParty();

            hero_party.DebugAddUnitToParty();
            PlayerResourceManager.instance.SetFieldParty(hero_party.id);
        }