5 lines
95 B
TypeScript
5 lines
95 B
TypeScript
declare module "godot" {
|
|
interface SceneNodes {
|
|
"scenes/node_3d.tscn": {},
|
|
}
|
|
}
|