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

22 lines
582 B
TypeScript

import { Node } from 'cc';
interface txtattribute extends Node{
nodesType:{
"attrname" : txtattribute_attrname,
"attrnum" : txtattribute_attrnum,
"attradd" : txtattribute_attradd,
}
}
interface txtattribute_attrname extends Node{
}
interface txtattribute_attrnum extends Node{
}
interface txtattribute_attradd extends Node{
}
declare global {
type tree_mingwang_txtattribute = {
"txtattribute" : txtattribute,
"attrname" : txtattribute_attrname,
"attrnum" : txtattribute_attrnum,
"attradd" : txtattribute_attradd,
}}