mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-12 16:57:52 +07:00
More class support
This commit is contained in:
@ -9,3 +9,5 @@ const extendContent = function(classType, name, params){
|
||||
const extend = function(classType, params){
|
||||
return new JavaAdapter(classType, params)
|
||||
}
|
||||
|
||||
const base = {}
|
Reference in New Issue
Block a user