Меняем идею сериализации пакетов от сервера клиенту
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
package mc.core.network;
|
||||
|
||||
public interface SCPacket {
|
||||
byte[] toByteArray();
|
||||
void writeSelf(NetStream netStream);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user