mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 06:51:30 -08:00
Better IO
This commit is contained in:
parent
e3621f44da
commit
09c57c32d6
54 changed files with 568 additions and 619 deletions
|
|
@ -1,14 +1,23 @@
|
|||
import arc.util.*;
|
||||
import arc.util.io.*;
|
||||
import mindustry.content.*;
|
||||
import mindustry.game.*;
|
||||
import mindustry.gen.*;
|
||||
import mindustry.io.*;
|
||||
import org.junit.jupiter.api.*;
|
||||
|
||||
import java.io.*;
|
||||
import java.nio.*;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
|
||||
public class IOTests{
|
||||
|
||||
@Test
|
||||
void writeEntities(){
|
||||
//TODO
|
||||
}
|
||||
|
||||
@Test
|
||||
void writeEnglish(){
|
||||
ByteBuffer buffer = ByteBuffer.allocate(500);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue