Compare commits

...

2 Commits

Author SHA1 Message Date
kxdd a01eba7242 Merge branch 'dev_timeitem' into develop 2024-04-29 11:40:17 +08:00
kxdd 2fbb9d0d0e 记牌器时效道具修改 2024-04-29 11:39:50 +08:00
1 changed files with 7 additions and 7 deletions

View File

@ -20,7 +20,7 @@ const (
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
// 操作结果
//操作结果
type OpResultCode int32
const (
@ -145,7 +145,7 @@ func (SPacketID) EnumDescriptor() ([]byte, []int) {
return file_bag_proto_rawDescGZIP(), []int{1}
}
// 物品信息 后续精简
//物品信息 后续精简
type ItemInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@ -231,7 +231,7 @@ func (x *ItemInfo) GetExpireTime() int64 {
return 0
}
// PACKET_ALL_BAG_INFO
//PACKET_ALL_BAG_INFO
type CSBagInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@ -287,7 +287,7 @@ func (x *CSBagInfo) GetTp() int32 {
return 0
}
// PACKET_ALL_BAG_INFO
//PACKET_ALL_BAG_INFO
type SCBagInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@ -351,7 +351,7 @@ func (x *SCBagInfo) GetBagNumMax() int32 {
return 0
}
// PACKET_ALL_BAG_USE
//PACKET_ALL_BAG_USE
type CSUpBagInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@ -439,7 +439,7 @@ func (x *CSUpBagInfo) GetShowId() int64 {
return 0
}
// PACKET_ALL_BAG_USE
//PACKET_ALL_BAG_USE
type SCUpBagInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@ -529,7 +529,7 @@ func (x *SCUpBagInfo) GetInfos() []*ItemInfo {
return nil
}
// PACKET_SC_SYNCBAGDATA
//PACKET_SC_SYNCBAGDATA
type SCSyncBagData struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache