42434445464748
@Override public PlayerStatisticMessage decode(ByteBuf buffer) throws IOException { int id = buffer.readInt(); int amount = buffer.readInt(); return new PlayerStatisticMessage(id, amount); }