mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-14 17:57:56 +07:00
Removed pointless base object
This commit is contained in:
@ -11,8 +11,6 @@ const extendContent = function(classType, name, params){
|
||||
const extend = function(classType, params){
|
||||
return new JavaAdapter(classType, params)
|
||||
}
|
||||
|
||||
const base = {}
|
||||
importPackage(Packages.io.anuke.arc)
|
||||
importPackage(Packages.io.anuke.arc.collection)
|
||||
importPackage(Packages.io.anuke.arc.graphics)
|
||||
|
Reference in New Issue
Block a user