Add EWRS plugin.

Fixes https://github.com/Khopa/dcs_liberation/issues/323
This commit is contained in:
Dan Albert
2020-12-21 09:02:48 +01:00
committed by khopa
parent df948bde9d
commit fc6d4f0990
5 changed files with 865 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"nameInUI": "EWRS",
"defaultValue": false,
"specificOptions": [],
"scriptsWorkOrders": [
{
"file": "ewrs.lua",
"mnemonic": "ewrs"
}
],
"configurationWorkOrders": []
}