dragonroll/plugins/dnd-5e/client/main.js

9 lines
213 B
JavaScript
Raw Normal View History

2024-09-27 10:23:36 +00:00
// TODO: We should move client/plugin.json to plugin.json and generate the client plugin.json
// with the prebuild.js
function Main(Api){
console.log("Hello World!");
console.log(Api);
}
export { Main };