More class support

This commit is contained in:
Anuken
2019-12-07 21:46:35 -05:00
parent 5ca01bf234
commit fd6abaff62
4 changed files with 9 additions and 2 deletions

View File

@ -9,3 +9,5 @@ const extendContent = function(classType, name, params){
const extend = function(classType, params){
return new JavaAdapter(classType, params)
}
const base = {}