5 lines
85 B
TypeScript
5 lines
85 B
TypeScript
declare module "godot" {
|
|
interface SceneNodes {
|
|
"test.tscn": {},
|
|
}
|
|
}
|