mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Comment.
This commit is contained in:
parent
450eafcad3
commit
0dad0ccc27
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ abstract public class BasePlugin : Plugin {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Plugins can expose properties to other plugins through this map.
|
* Plugins can expose properties to other plugins through this map.
|
||||||
|
* TODO: move this to its own class, it shouldn't be polluting BasePlugin
|
||||||
*/
|
*/
|
||||||
val pluginProperties = hashMapOf<String, Any>()
|
val pluginProperties = hashMapOf<String, Any>()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue