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

7 lines
157 B
TypeScript

import { Node } from 'cc';
interface btn_guanbi extends Node{
}
declare global {
type tree_a_public_btn_guanbi = {
"btn_guanbi" : btn_guanbi,
}}