Ejemplo n.º 1
0
        private void ExecuteSellBrothel(object identifier)
        {
            if (_brothel == null)
            {
                return;
            }
            GiveGoldAction.ApplyBetweenCharacters(null, Hero.MainHero, _brothel.Capital);
            CEBrothelBehavior.BrothelInteraction(_brothel.Settlement, false);

            Action onRefresh = _onRefresh;

            onRefresh?.Invoke();
        }