import { Node } from 'cc'; interface tishi_ty extends Node{ nodesType:{ "bg" : tishi_ty_bg, "top" : tishi_ty_bg_top, "ty_pop1" : tishi_ty_bg_top_ty_pop1, "btn_close" : tishi_ty_bg_top_btn_close, "title" : tishi_ty_bg_top_title, "intr" : tishi_ty_bg_intr, "txt_ms" : tishi_ty_bg_txt_ms, "extinfo" : tishi_ty_bg_extinfo, "ext1" : tishi_ty_bg_extinfo_ext1, "ext2" : tishi_ty_bg_extinfo_ext2, "btns" : tishi_ty_bg_btns, "btn_1" : tishi_ty_bg_btns_btn_1, "noneed" : tishi_ty_bg_btns_btn_1_noneed, "btntxt" : tishi_ty_bg_btns_btn_1_noneed_btntxt, "need" : tishi_ty_bg_btns_btn_1_need, "icon_zuanshi" : tishi_ty_bg_btns_btn_1_need_icon_zuanshi, "neednum" : tishi_ty_bg_btns_btn_1_need_neednum, "btn_2" : tishi_ty_bg_btns_btn_2, } } interface tishi_ty_bg extends Node{ nodesType:{ "top" : tishi_ty_bg_top, "ty_pop1" : tishi_ty_bg_top_ty_pop1, "btn_close" : tishi_ty_bg_top_btn_close, "title" : tishi_ty_bg_top_title, "intr" : tishi_ty_bg_intr, "txt_ms" : tishi_ty_bg_txt_ms, "extinfo" : tishi_ty_bg_extinfo, "ext1" : tishi_ty_bg_extinfo_ext1, "ext2" : tishi_ty_bg_extinfo_ext2, "btns" : tishi_ty_bg_btns, "btn_1" : tishi_ty_bg_btns_btn_1, "noneed" : tishi_ty_bg_btns_btn_1_noneed, "btntxt" : tishi_ty_bg_btns_btn_1_noneed_btntxt, "need" : tishi_ty_bg_btns_btn_1_need, "icon_zuanshi" : tishi_ty_bg_btns_btn_1_need_icon_zuanshi, "neednum" : tishi_ty_bg_btns_btn_1_need_neednum, "btn_2" : tishi_ty_bg_btns_btn_2, } } interface tishi_ty_bg_top extends Node{ nodesType:{ "ty_pop1" : tishi_ty_bg_top_ty_pop1, "btn_close" : tishi_ty_bg_top_btn_close, "title" : tishi_ty_bg_top_title, } } interface tishi_ty_bg_top_ty_pop1 extends Node{ } interface tishi_ty_bg_top_btn_close extends Node{ nodesType:tree_a_public_btn_guanbi } interface tishi_ty_bg_top_title extends Node{ } interface tishi_ty_bg_intr extends Node{ } interface tishi_ty_bg_txt_ms extends Node{ } interface tishi_ty_bg_extinfo extends Node{ nodesType:{ "ext1" : tishi_ty_bg_extinfo_ext1, "ext2" : tishi_ty_bg_extinfo_ext2, } } interface tishi_ty_bg_extinfo_ext1 extends Node{ } interface tishi_ty_bg_extinfo_ext2 extends Node{ } interface tishi_ty_bg_btns extends Node{ nodesType:{ "btn_1" : tishi_ty_bg_btns_btn_1, "noneed" : tishi_ty_bg_btns_btn_1_noneed, "btntxt" : tishi_ty_bg_btns_btn_1_noneed_btntxt, "need" : tishi_ty_bg_btns_btn_1_need, "icon_zuanshi" : tishi_ty_bg_btns_btn_1_need_icon_zuanshi, "neednum" : tishi_ty_bg_btns_btn_1_need_neednum, "btn_2" : tishi_ty_bg_btns_btn_2, } } interface tishi_ty_bg_btns_btn_1 extends Node{ nodesType:{ "noneed" : tishi_ty_bg_btns_btn_1_noneed, "btntxt" : tishi_ty_bg_btns_btn_1_noneed_btntxt, "need" : tishi_ty_bg_btns_btn_1_need, "icon_zuanshi" : tishi_ty_bg_btns_btn_1_need_icon_zuanshi, "neednum" : tishi_ty_bg_btns_btn_1_need_neednum, } } interface tishi_ty_bg_btns_btn_1_noneed extends Node{ nodesType:{ "btntxt" : tishi_ty_bg_btns_btn_1_noneed_btntxt, } } interface tishi_ty_bg_btns_btn_1_noneed_btntxt extends Node{ } interface tishi_ty_bg_btns_btn_1_need extends Node{ nodesType:{ "icon_zuanshi" : tishi_ty_bg_btns_btn_1_need_icon_zuanshi, "neednum" : tishi_ty_bg_btns_btn_1_need_neednum, } } interface tishi_ty_bg_btns_btn_1_need_icon_zuanshi extends Node{ } interface tishi_ty_bg_btns_btn_1_need_neednum extends Node{ } interface tishi_ty_bg_btns_btn_2 extends Node{ nodesType:{ "noneed" : tishi_ty_bg_btns_btn_2_noneed, "btntxt" : tishi_ty_bg_btns_btn_2_noneed_btntxt, "need" : tishi_ty_bg_btns_btn_2_need, "icon_zuanshi" : tishi_ty_bg_btns_btn_2_need_icon_zuanshi, "neednum" : tishi_ty_bg_btns_btn_2_need_neednum, } } interface tishi_ty_bg_btns_btn_2_noneed extends Node{ nodesType:{ "btntxt" : tishi_ty_bg_btns_btn_2_noneed_btntxt, } } interface tishi_ty_bg_btns_btn_2_noneed_btntxt extends Node{ } interface tishi_ty_bg_btns_btn_2_need extends Node{ nodesType:{ "icon_zuanshi" : tishi_ty_bg_btns_btn_2_need_icon_zuanshi, "neednum" : tishi_ty_bg_btns_btn_2_need_neednum, } } interface tishi_ty_bg_btns_btn_2_need_icon_zuanshi extends Node{ } interface tishi_ty_bg_btns_btn_2_need_neednum extends Node{ } declare global { type tree_tishi_tishi_ty = { "tishi_ty" : tishi_ty, "bg" : tishi_ty_bg, "top" : tishi_ty_bg_top, "ty_pop1" : tishi_ty_bg_top_ty_pop1, "btn_close" : tishi_ty_bg_top_btn_close, "title" : tishi_ty_bg_top_title, "intr" : tishi_ty_bg_intr, "txt_ms" : tishi_ty_bg_txt_ms, "extinfo" : tishi_ty_bg_extinfo, "ext1" : tishi_ty_bg_extinfo_ext1, "ext2" : tishi_ty_bg_extinfo_ext2, "btns" : tishi_ty_bg_btns, "btn_1" : tishi_ty_bg_btns_btn_1, "noneed" : tishi_ty_bg_btns_btn_1_noneed, "btntxt" : tishi_ty_bg_btns_btn_1_noneed_btntxt, "need" : tishi_ty_bg_btns_btn_1_need, "icon_zuanshi" : tishi_ty_bg_btns_btn_1_need_icon_zuanshi, "neednum" : tishi_ty_bg_btns_btn_1_need_neednum, "btn_2" : tishi_ty_bg_btns_btn_2, }}