import { Node } from 'cc'; interface yuyanshezhi extends Node{ nodesType:{ "pop_01" : yuyanshezhi_pop_01, "tips_top" : yuyanshezhi_pop_01_tips_top, "ty_pop1" : yuyanshezhi_pop_01_tips_top_ty_pop1, "title" : yuyanshezhi_pop_01_tips_top_title, "btn_close" : yuyanshezhi_pop_01_tips_top_btn_close, "btn_en" : yuyanshezhi_pop_01_btn_en, "Label" : yuyanshezhi_pop_01_btn_en_Label, "btn_zh" : yuyanshezhi_pop_01_btn_zh, "btn_ja" : yuyanshezhi_pop_01_btn_ja, "btn_tw" : yuyanshezhi_pop_01_btn_tw, "btn_kr" : yuyanshezhi_pop_01_btn_kr, } } interface yuyanshezhi_pop_01 extends Node{ nodesType:{ "tips_top" : yuyanshezhi_pop_01_tips_top, "ty_pop1" : yuyanshezhi_pop_01_tips_top_ty_pop1, "title" : yuyanshezhi_pop_01_tips_top_title, "btn_close" : yuyanshezhi_pop_01_tips_top_btn_close, "btn_en" : yuyanshezhi_pop_01_btn_en, "Label" : yuyanshezhi_pop_01_btn_en_Label, "btn_zh" : yuyanshezhi_pop_01_btn_zh, "btn_ja" : yuyanshezhi_pop_01_btn_ja, "btn_tw" : yuyanshezhi_pop_01_btn_tw, "btn_kr" : yuyanshezhi_pop_01_btn_kr, } } interface yuyanshezhi_pop_01_tips_top extends Node{ nodesType:{ "ty_pop1" : yuyanshezhi_pop_01_tips_top_ty_pop1, "title" : yuyanshezhi_pop_01_tips_top_title, "btn_close" : yuyanshezhi_pop_01_tips_top_btn_close, } } interface yuyanshezhi_pop_01_tips_top_ty_pop1 extends Node{ } interface yuyanshezhi_pop_01_tips_top_title extends Node{ } interface yuyanshezhi_pop_01_tips_top_btn_close extends Node{ } interface yuyanshezhi_pop_01_btn_en extends Node{ nodesType:{ "Label" : yuyanshezhi_pop_01_btn_en_Label, } } interface yuyanshezhi_pop_01_btn_en_Label extends Node{ } interface yuyanshezhi_pop_01_btn_zh extends Node{ nodesType:{ "Label" : yuyanshezhi_pop_01_btn_zh_Label, } } interface yuyanshezhi_pop_01_btn_zh_Label extends Node{ } interface yuyanshezhi_pop_01_btn_ja extends Node{ nodesType:{ "Label" : yuyanshezhi_pop_01_btn_ja_Label, } } interface yuyanshezhi_pop_01_btn_ja_Label extends Node{ } interface yuyanshezhi_pop_01_btn_tw extends Node{ nodesType:{ "Label" : yuyanshezhi_pop_01_btn_tw_Label, } } interface yuyanshezhi_pop_01_btn_tw_Label extends Node{ } interface yuyanshezhi_pop_01_btn_kr extends Node{ nodesType:{ "Label" : yuyanshezhi_pop_01_btn_kr_Label, } } interface yuyanshezhi_pop_01_btn_kr_Label extends Node{ } declare global { type tree_denglu_yuyanshezhi = { "yuyanshezhi" : yuyanshezhi, "pop_01" : yuyanshezhi_pop_01, "tips_top" : yuyanshezhi_pop_01_tips_top, "ty_pop1" : yuyanshezhi_pop_01_tips_top_ty_pop1, "title" : yuyanshezhi_pop_01_tips_top_title, "btn_close" : yuyanshezhi_pop_01_tips_top_btn_close, "btn_en" : yuyanshezhi_pop_01_btn_en, "Label" : yuyanshezhi_pop_01_btn_en_Label, "btn_zh" : yuyanshezhi_pop_01_btn_zh, "btn_ja" : yuyanshezhi_pop_01_btn_ja, "btn_tw" : yuyanshezhi_pop_01_btn_tw, "btn_kr" : yuyanshezhi_pop_01_btn_kr, }}