SCORING new functions addons.

This commit is contained in:
Sven Van de Velde
2017-02-26 11:58:26 +01:00
parent b8df0c433b
commit 490f1b47c7
13 changed files with 629 additions and 283 deletions

View File

@@ -79,3 +79,8 @@ function STATIC:GetDCSObject()
return nil
end
function STATIC:GetThreatLevel()
return 0, "Static"
end