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.
23 lines
394 B
23 lines
394 B
function data() |
|
return { |
|
minorVersion = 0, |
|
severityAdd = "NONE", |
|
severityRemove = "WARNING", |
|
name = _("1520"), |
|
description = _(" "), |
|
authors = { |
|
{ |
|
name = "unknown", |
|
role = "CREATOR", |
|
text = "", |
|
steamProfile = "", |
|
tfnetId = 0, |
|
}, |
|
}, |
|
tags = {}, |
|
tfnetId = 0, |
|
minGameVersion = 0, |
|
dependencies = {}, |
|
url = "", |
|
} |
|
end |