mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
changed the system to make use of JSON files
This commit is contained in:
@@ -1,10 +1,2 @@
|
||||
from .base_plugin import BasePlugin
|
||||
from .veaf_plugin import VeafPlugin
|
||||
from .jtacautolase_plugin import JtacAutolasePlugin
|
||||
from .liberation_plugin import LiberationPlugin
|
||||
|
||||
INSTALLED_PLUGINS={
|
||||
"VeafPlugin": VeafPlugin(),
|
||||
"JtacAutolasePlugin": JtacAutolasePlugin(),
|
||||
"LiberationPlugin": LiberationPlugin(),
|
||||
}
|
||||
from .luaplugin import LuaPlugin
|
||||
from .manager import LuaPluginManager
|
||||
Reference in New Issue
Block a user