Seq.
This commit is contained in:
@@ -10,7 +10,7 @@ import mindustry.gen.*;
|
||||
|
||||
public class PhysicsProcess implements AsyncProcess{
|
||||
private Physics physics;
|
||||
private Array<PhysicRef> refs = new Array<>(false);
|
||||
private Seq<PhysicRef> refs = new Seq<>(false);
|
||||
private BodyDef def;
|
||||
|
||||
private EntityGroup<? extends Physicsc> group;
|
||||
|
||||
Reference in New Issue
Block a user