7 lines
157 B
TypeScript
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,
|
|
}} |