public void OnClick()
        {
            ShowXCrystalsDialogEvent eventInstance = new ShowXCrystalsDialogEvent {
                ShowTitle = true
            };

            base.ScheduleEvent(eventInstance, base.GetComponent <EntityBehaviour>().Entity);
        }
Esempio n. 2
0
 public void ShowXCrystalsDialog(ShowXCrystalsDialogEvent e, Node any, [JoinAll] SingleNode <Dialogs60Component> dialogs)
 {
     dialogs.component.GetComponentInChildren <BuyXCrystalsDialogComponent>(true).Show(e.ShowTitle);
 }