mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Seq.
This commit is contained in:
parent
87ab895253
commit
8ea28e1ced
147 changed files with 438 additions and 437 deletions
|
|
@ -30,7 +30,7 @@ public class SectorTests{
|
|||
|
||||
@TestFactory
|
||||
DynamicTest[] testZoneValidity(){
|
||||
Array<DynamicTest> out = new Array<>();
|
||||
Seq<DynamicTest> out = new Seq<>();
|
||||
if(world == null) world = new World();
|
||||
|
||||
for(SectorPreset zone : content.sectors()){
|
||||
|
|
@ -57,7 +57,7 @@ public class SectorTests{
|
|||
}
|
||||
}
|
||||
|
||||
Array<SpawnGroup> spawns = state.rules.spawns;
|
||||
Seq<SpawnGroup> spawns = state.rules.spawns;
|
||||
|
||||
int bossWave = 0;
|
||||
outer:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue