initial commit
This commit is contained in:
9
src/main/java/storagecraft/tile/INetworkTile.java
Executable file
9
src/main/java/storagecraft/tile/INetworkTile.java
Executable file
@@ -0,0 +1,9 @@
|
||||
package storagecraft.tile;
|
||||
|
||||
import io.netty.buffer.ByteBuf;
|
||||
|
||||
public interface INetworkTile {
|
||||
public void fromBytes(ByteBuf buf);
|
||||
|
||||
public void toBytes(ByteBuf buf);
|
||||
}
|
||||
Reference in New Issue
Block a user