Various improvements

This commit is contained in:
Anuken
2019-12-07 00:34:27 -05:00
parent f3a5798a7f
commit 96aa3ccee0
7 changed files with 72 additions and 32 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const print = function(obj){
}
const extendContent = function(classType, name, params){
return new JavaAdapter(classType, params, name)
return new JavaAdapter(classType, params, modName + "-" + name)
}
const extend = function(classType, params){