HJ_Client/nodeTree/a_public_ty_zwnr.d.ts
DESKTOP-15R5JU0\legu 62fef0360c init
2023-11-17 14:13:11 +08:00

14 lines
270 B
TypeScript

import { Node } from 'cc';
interface ty_zwnr extends Node{
nodesType:{
"Label" : ty_zwnr_Label,
}
}
interface ty_zwnr_Label extends Node{
}
declare global {
type tree_a_public_ty_zwnr = {
"ty_zwnr" : ty_zwnr,
"Label" : ty_zwnr_Label,
}}