mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 05:51:47 -08:00
Refactoring of functional package
This commit is contained in:
parent
f0fa643930
commit
0722ad2f4c
86 changed files with 456 additions and 396 deletions
|
|
@ -42,7 +42,7 @@ public class ZoneTests{
|
|||
e.printStackTrace();
|
||||
return;
|
||||
}
|
||||
zone.rules.accept(state.rules);
|
||||
zone.rules.get(state.rules);
|
||||
ObjectSet<Item> resources = new ObjectSet<>();
|
||||
boolean hasSpawnPoint = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue