We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfcd74 commit 1e163f1Copy full SHA for 1e163f1
src/Typings/Scene/Resources/spawn.js
@@ -0,0 +1,6 @@
1
+const { Scene } = require('../index.js');
2
+
3
4
+Scene.newF("spawn", function(type, name, properties) {
5
+ console.log(`this feature isn't finished yet but stay tuned`);
6
+});
0 commit comments