Compare commits
No commits in common. "a01eba7242b1388c0c12f5b1ffe60b1ad32f170a" and "c65946aec0ba9cfe55d08a4650c1110b5c6e15aa" have entirely different histories.
a01eba7242
...
c65946aec0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue