Triggering BE build

This commit is contained in:
Anuken
2021-06-02 17:08:32 -04:00
parent 4cd411d5ee
commit 79e079671c

View File

@@ -6,10 +6,6 @@ import java.io.*;
public abstract class Packet{
//internally used by generated code
//TODO intermediate buffers should ONLY be needed for:
//readObject
//readBuilding
//readUnit (possibly)
protected static final byte[] NODATA = {};
protected static final ReusableByteInStream BAIS = new ReusableByteInStream();
protected static final Reads READ = new Reads(new DataInputStream(BAIS));