Faster entity removal
This commit is contained in:
7
core/src/mindustry/entities/EntityIndexer.java
Normal file
7
core/src/mindustry/entities/EntityIndexer.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package mindustry.entities;
|
||||
|
||||
import mindustry.gen.*;
|
||||
|
||||
public interface EntityIndexer{
|
||||
void change(Entityc t, int index);
|
||||
}
|
||||
Reference in New Issue
Block a user