index
:
github/pluggabledino.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
kotlin
/
de
/
romjaki
/
pluggabledino
/
api
/
IPlugin.kt
blob: e2e25fc632847ce3073ca03f3e02d373f5c4a806 (
plain
)
1
2
3
4
5
package
de.romjaki.pluggabledino.api;
open
class
IPlugin
{
var
meta
:
PluginMeta?
=
null
}