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