Use PluginShare to exchange data between plugins (#2981)

This commit is contained in:
Hzj_jie
2017-06-26 21:39:23 -07:00
committed by GitHub
parent 4ec96e377a
commit e67ff2ab98
3 changed files with 15 additions and 3 deletions

3
frontend/pluginshare.lua Normal file
View File

@@ -0,0 +1,3 @@
-- PluginShare is a table for plugins to exchange data between each other. Plugins should maintain
-- their own protocols.
return {}