mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 22:42:41 -08:00
arc
This commit is contained in:
parent
843be42568
commit
d5c758c18a
2 changed files with 4 additions and 9 deletions
|
|
@ -5,14 +5,9 @@ import arc.util.pooling.Pool.Poolable;
|
|||
import java.nio.ByteBuffer;
|
||||
|
||||
public interface Packet extends Poolable{
|
||||
default void read(ByteBuffer buffer){
|
||||
}
|
||||
|
||||
default void write(ByteBuffer buffer){
|
||||
}
|
||||
|
||||
default void reset(){
|
||||
}
|
||||
default void read(ByteBuffer buffer){}
|
||||
default void write(ByteBuffer buffer){}
|
||||
default void reset(){}
|
||||
|
||||
default boolean isImportant(){
|
||||
return false;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=639a3f2e3b5657c44b21f74a00ebf93be5892c12
|
||||
archash=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue