You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
523 B
28 lines
523 B
function data() |
|
return { |
|
|
|
info = { |
|
tags = { "Europe", "USA", "Script Mod" }, |
|
|
|
minorVersion = 0, |
|
severityAdd = "NONE", |
|
severityRemove = "NONE", |
|
name = _("Отключить весь транспорт для 1520DLC"), |
|
description = _("Адаптированная версия мода Disable all vanilla transport для серии модов 1520 DLC"), |
|
authors = { |
|
{ |
|
name = "Rinaldus", |
|
role = "CREATOR", |
|
|
|
} |
|
}, |
|
visible = true |
|
}, |
|
options = { |
|
}, |
|
|
|
runFn = function (settings) |
|
|
|
end |
|
} |
|
end |