Beispiel #1
0
 public void Block(ConfirmButtonClickEvent e, Node node, [JoinAll, Combine] SingleNode <SimpleHorizontalListComponent> list)
 {
     list.component.IsKeyboardNavigationAllowed = false;
 }
Beispiel #2
0
        public void BuyPreset(ConfirmButtonClickEvent e, SingleNode <TankPurchaseScreenComponent> purchaseScreen, [JoinAll] SingleNode <SelectedPresetComponent> selectedPreset, [JoinBy(typeof(SpecialOfferGroupComponent))] TankRentOfferNode offer, [JoinAll] SelfUserNode selfUser, [JoinAll] SingleNode <TankRentMainScreenElementsComponents> helper, [JoinAll] SingleNode <Dialogs60Component> dialogs)
        {
            ShopDialogs dialogs2 = dialogs.component.Get <ShopDialogs>();

            purchaseScreen.component.OpenPurchaseWindow(offer.Entity, dialogs2);
        }