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

@@ -406,3 +406,9 @@ function getServerData() {
} }
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
function getModNatives() {
return modNatives;
}
// -------------------------------------------------------------------------