Add get mod natives util

This commit is contained in:
Vortrex
2021-02-26 13:48:22 -06:00
parent a9887a4040
commit ab691f76b0

View File

@@ -405,4 +405,10 @@ function getServerData() {
return serverData;
}
// -------------------------------------------------------------------------
function getModNatives() {
return modNatives;
}
// -------------------------------------------------------------------------