Update PacketAttachmentType.java

This commit is contained in:
islandempty
2021-07-13 22:55:34 +08:00
committed by GitHub
parent bac24f3e5f
commit e3534c0879
@@ -40,7 +40,7 @@ public enum PacketAttachmentType {
/**
* udp消息的附加包
*/
UDP_PACKET((byte) 3, NoAnswerAttachment.class),
UDP_PACKET((byte) 3, UdpPacketAttachment.class),
/**
* 无返回消息的附加包