修改注释

This commit is contained in:
sk 2024-04-16 17:44:12 +08:00
parent 737fea1e23
commit 9ef345a00d
4 changed files with 152 additions and 153 deletions

View File

@ -230,7 +230,7 @@ type CSBagInfo struct {
unknownFields protoimpl.UnknownFields unknownFields protoimpl.UnknownFields
NowLocation int32 `protobuf:"varint,1,opt,name=NowLocation,proto3" json:"NowLocation,omitempty"` //0.通用 1.大厅 2.Tienlen 3.捕鱼 NowLocation int32 `protobuf:"varint,1,opt,name=NowLocation,proto3" json:"NowLocation,omitempty"` //0.通用 1.大厅 2.Tienlen 3.捕鱼
Tp int32 `protobuf:"varint,2,opt,name=Tp,proto3" json:"Tp,omitempty"` // 道具类型 Tp int32 `protobuf:"varint,2,opt,name=Tp,proto3" json:"Tp,omitempty"` // 道具类型,道具表中的道具类型
} }
func (x *CSBagInfo) Reset() { func (x *CSBagInfo) Reset() {

View File

@ -46,7 +46,7 @@ message ItemInfo{
//PACKET_ALL_BAG_INFO //PACKET_ALL_BAG_INFO
message CSBagInfo { message CSBagInfo {
int32 NowLocation = 1;//0. 1. 2.Tienlen 3. int32 NowLocation = 1;//0. 1. 2.Tienlen 3.
int32 Tp = 2;// int32 Tp = 2;//
} }
//PACKET_ALL_BAG_INFO //PACKET_ALL_BAG_INFO
message SCBagInfo { message SCBagInfo {

View File

@ -7683,14 +7683,13 @@ func (x *SCVIPInfo) GetMoneyRatio() int32 {
return 0 return 0
} }
//
// PACKET_SC_SWELFAREINFO // PACKET_SC_SWELFAREINFO
type SCEasyWelfaredInfo struct { type SCEasyWelfaredInfo struct {
state protoimpl.MessageState state protoimpl.MessageState
sizeCache protoimpl.SizeCache sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields unknownFields protoimpl.UnknownFields
WelfareSwitch []int32 `protobuf:"varint,1,rep,packed,name=WelfareSwitch,proto3" json:"WelfareSwitch,omitempty"` // 下标 0转盘1盲盒2首冲3连续充值4抽手机活动 1显示 2不显示 WelfareSwitch []int32 `protobuf:"varint,1,rep,packed,name=WelfareSwitch,proto3" json:"WelfareSwitch,omitempty"` // 下标 0转盘1盲盒2首冲3连续充值4抽手机活动5集卡活动 1显示 2不显示
} }
func (x *SCEasyWelfaredInfo) Reset() { func (x *SCEasyWelfaredInfo) Reset() {

View File

@ -996,7 +996,7 @@ message SCVIPInfo {
// //
//PACKET_SC_SWELFAREINFO //PACKET_SC_SWELFAREINFO
message SCEasyWelfaredInfo{ message SCEasyWelfaredInfo{
repeated int32 WelfareSwitch = 1; // 01234 1 2 repeated int32 WelfareSwitch = 1; // 012345 1 2
} }
message CSVIPPrivilegeInfo { message CSVIPPrivilegeInfo {