From 5c3c85bc2a93915a8efd9b5a2e1340f3ee627b57 Mon Sep 17 00:00:00 2001 From: godotg Date: Fri, 23 Sep 2022 08:41:36 +0800 Subject: [PATCH] =?UTF-8?q?doc[protocol]:=20=E6=9B=B4=E6=96=B0=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocol/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/README.md b/protocol/README.md index fe5dacd7..36768408 100644 --- a/protocol/README.md +++ b/protocol/README.md @@ -122,7 +122,7 @@ cpu: i9900k } ``` - - 第二种使用静态常量+接口:public static final transient short PROTOCOL_ID的"协议序列号",这个协议号的值必须和IPacket接口返回的值一样 + - 第二种使用静态常量+接口:这个协议号的值必须和IPacket接口返回的值一样,这样的方式可以微弱的提升一点性能 ``` public class SimpleObject implements IPacket {