mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 05:51:47 -08:00
Extensive network refactor
This commit is contained in:
parent
38fe99f10e
commit
e90c8c4d3e
48 changed files with 781 additions and 887 deletions
|
|
@ -14,6 +14,7 @@ import io.anuke.mindustry.entities.type.base.*;
|
|||
import io.anuke.mindustry.game.Team;
|
||||
import io.anuke.mindustry.io.SaveIO;
|
||||
import io.anuke.mindustry.maps.Map;
|
||||
import io.anuke.mindustry.net.*;
|
||||
import io.anuke.mindustry.type.ContentType;
|
||||
import io.anuke.mindustry.type.Item;
|
||||
import io.anuke.mindustry.world.*;
|
||||
|
|
@ -42,6 +43,7 @@ public class ApplicationTests{
|
|||
@Override
|
||||
public void setup(){
|
||||
headless = true;
|
||||
net = new Net(null);
|
||||
Vars.init();
|
||||
content.createContent();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue