diff --git a/protocol/player/player.pb.go b/protocol/player/player.pb.go index b2fc2ab..4375221 100644 --- a/protocol/player/player.pb.go +++ b/protocol/player/player.pb.go @@ -10667,7 +10667,7 @@ type CSUpdateAttribute struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - Tp int32 `protobuf:"varint,1,opt,name=Tp,proto3" json:"Tp,omitempty"` // 1.更新新手引导阶段 2.跳过新手引导 + Tp int32 `protobuf:"varint,1,opt,name=Tp,proto3" json:"Tp,omitempty"` // 1.更新新手引导阶段 2.跳过新手引导 3.更新新手引导状态(测试用) Param []int64 `protobuf:"varint,2,rep,packed,name=Param,proto3" json:"Param,omitempty"` } diff --git a/protocol/player/player.proto b/protocol/player/player.proto index b790ae1..72afdf4 100644 --- a/protocol/player/player.proto +++ b/protocol/player/player.proto @@ -1325,7 +1325,7 @@ message WindowsInfo{ //PACKET_CSUpdateAttribute message CSUpdateAttribute{ - int32 Tp = 1; // 1.更新新手引导阶段 2.跳过新手引导 + int32 Tp = 1; // 1.更新新手引导阶段 2.跳过新手引导 3.更新新手引导状态(测试用) repeated int64 Param = 2; } //PACKET_SCUpdateAttribute