111 lines
3.1 KiB
TypeScript
111 lines
3.1 KiB
TypeScript
import { Node } from 'cc';
|
|
interface zhujuegongyu extends Node{
|
|
nodesType:{
|
|
"bg_zjdj" : zhujuegongyu_bg_zjdj,
|
|
"ty_di1" : zhujuegongyu_ty_di1,
|
|
"btn_wqj" : zhujuegongyu_btn_wqj,
|
|
"zjdj_gnbg" : zhujuegongyu_btn_wqj_zjdj_gnbg,
|
|
"btntxt" : zhujuegongyu_btn_wqj_zjdj_gnbg_btntxt,
|
|
"btn_zzjh" : zhujuegongyu_btn_zzjh,
|
|
"btn_scg" : zhujuegongyu_btn_scg,
|
|
"btn_xljh" : zhujuegongyu_btn_xljh,
|
|
"btn_gldd" : zhujuegongyu_btn_gldd,
|
|
"DIANSHAN" : zhujuegongyu_DIANSHAN,
|
|
|
|
}
|
|
}
|
|
interface zhujuegongyu_bg_zjdj extends Node{
|
|
}
|
|
interface zhujuegongyu_ty_di1 extends Node{
|
|
}
|
|
interface zhujuegongyu_btn_wqj extends Node{
|
|
nodesType:{
|
|
"zjdj_gnbg" : zhujuegongyu_btn_wqj_zjdj_gnbg,
|
|
"btntxt" : zhujuegongyu_btn_wqj_zjdj_gnbg_btntxt,
|
|
|
|
}
|
|
}
|
|
interface zhujuegongyu_btn_wqj_zjdj_gnbg extends Node{
|
|
nodesType:{
|
|
"btntxt" : zhujuegongyu_btn_wqj_zjdj_gnbg_btntxt,
|
|
|
|
}
|
|
}
|
|
interface zhujuegongyu_btn_wqj_zjdj_gnbg_btntxt extends Node{
|
|
}
|
|
interface zhujuegongyu_btn_zzjh extends Node{
|
|
nodesType:{
|
|
"zjdj_gnbg" : zhujuegongyu_btn_zzjh_zjdj_gnbg,
|
|
"btntxt" : zhujuegongyu_btn_zzjh_zjdj_gnbg_btntxt,
|
|
|
|
}
|
|
}
|
|
interface zhujuegongyu_btn_zzjh_zjdj_gnbg extends Node{
|
|
nodesType:{
|
|
"btntxt" : zhujuegongyu_btn_zzjh_zjdj_gnbg_btntxt,
|
|
|
|
}
|
|
}
|
|
interface zhujuegongyu_btn_zzjh_zjdj_gnbg_btntxt extends Node{
|
|
}
|
|
interface zhujuegongyu_btn_scg extends Node{
|
|
nodesType:{
|
|
"zjdj_gnbg" : zhujuegongyu_btn_scg_zjdj_gnbg,
|
|
"btntxt" : zhujuegongyu_btn_scg_zjdj_gnbg_btntxt,
|
|
|
|
}
|
|
}
|
|
interface zhujuegongyu_btn_scg_zjdj_gnbg extends Node{
|
|
nodesType:{
|
|
"btntxt" : zhujuegongyu_btn_scg_zjdj_gnbg_btntxt,
|
|
|
|
}
|
|
}
|
|
interface zhujuegongyu_btn_scg_zjdj_gnbg_btntxt extends Node{
|
|
}
|
|
interface zhujuegongyu_btn_xljh extends Node{
|
|
nodesType:{
|
|
"zjdj_gnbg" : zhujuegongyu_btn_xljh_zjdj_gnbg,
|
|
"btntxt" : zhujuegongyu_btn_xljh_zjdj_gnbg_btntxt,
|
|
|
|
}
|
|
}
|
|
interface zhujuegongyu_btn_xljh_zjdj_gnbg extends Node{
|
|
nodesType:{
|
|
"btntxt" : zhujuegongyu_btn_xljh_zjdj_gnbg_btntxt,
|
|
|
|
}
|
|
}
|
|
interface zhujuegongyu_btn_xljh_zjdj_gnbg_btntxt extends Node{
|
|
}
|
|
interface zhujuegongyu_btn_gldd extends Node{
|
|
nodesType:{
|
|
"zjdj_gnbg" : zhujuegongyu_btn_gldd_zjdj_gnbg,
|
|
"btntxt" : zhujuegongyu_btn_gldd_zjdj_gnbg_btntxt,
|
|
|
|
}
|
|
}
|
|
interface zhujuegongyu_btn_gldd_zjdj_gnbg extends Node{
|
|
nodesType:{
|
|
"btntxt" : zhujuegongyu_btn_gldd_zjdj_gnbg_btntxt,
|
|
|
|
}
|
|
}
|
|
interface zhujuegongyu_btn_gldd_zjdj_gnbg_btntxt extends Node{
|
|
}
|
|
interface zhujuegongyu_DIANSHAN extends Node{
|
|
}
|
|
declare global {
|
|
type tree_zhujuegongyu_zhujuegongyu = {
|
|
"zhujuegongyu" : zhujuegongyu,
|
|
"bg_zjdj" : zhujuegongyu_bg_zjdj,
|
|
"ty_di1" : zhujuegongyu_ty_di1,
|
|
"btn_wqj" : zhujuegongyu_btn_wqj,
|
|
"zjdj_gnbg" : zhujuegongyu_btn_wqj_zjdj_gnbg,
|
|
"btntxt" : zhujuegongyu_btn_wqj_zjdj_gnbg_btntxt,
|
|
"btn_zzjh" : zhujuegongyu_btn_zzjh,
|
|
"btn_scg" : zhujuegongyu_btn_scg,
|
|
"btn_xljh" : zhujuegongyu_btn_xljh,
|
|
"btn_gldd" : zhujuegongyu_btn_gldd,
|
|
"DIANSHAN" : zhujuegongyu_DIANSHAN,
|
|
}} |