Unit spawn instruction
This commit is contained in:
@@ -9,6 +9,7 @@ import mindustry.*;
|
||||
import mindustry.content.*;
|
||||
import mindustry.ctype.*;
|
||||
import mindustry.entities.units.*;
|
||||
import mindustry.game.*;
|
||||
import mindustry.logic.LExecutor.*;
|
||||
import mindustry.type.*;
|
||||
import mindustry.world.*;
|
||||
@@ -53,6 +54,10 @@ public class GlobalConstants{
|
||||
|
||||
//store base content
|
||||
|
||||
for(Team team : Team.baseTeams){
|
||||
put("@" + team.name, team);
|
||||
}
|
||||
|
||||
for(Item item : Vars.content.items()){
|
||||
put("@" + item.name, item);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user