Prepping editor.
This commit is contained in:
6
editor/electron/api/vnscene.ts
Normal file
6
editor/electron/api/vnscene.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export default {
|
||||
"vnscene:test": (bruh1:string, bruh2:string) => {
|
||||
console.log("vnscene:test", bruh1, bruh2);
|
||||
return 'test?';
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user