First commit
This commit is contained in:
20
engine/plugin.js
Executable file
20
engine/plugin.js
Executable file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Copyright 2019, kaj dijkstra ,
|
||||
* Author, Kaj Dijkstra.
|
||||
* All rights reserved.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Plugin
|
||||
**/
|
||||
class plugin{
|
||||
|
||||
resourceCallback;
|
||||
application;
|
||||
onRender
|
||||
|
||||
}
|
||||
|
||||
export {plugin as default};
|
||||
Reference in New Issue
Block a user