新手任务
This commit is contained in:
parent
50036af6a1
commit
4bd9ecdec2
@ -9743,6 +9743,7 @@ type ResGetGuideTaskReward struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Code RES_CODE `protobuf:"varint,1,opt,name=Code,proto3,enum=tutorial.RES_CODE" json:"Code,omitempty"`
|
||||
Msg string `protobuf:"bytes,2,opt,name=Msg,proto3" json:"Msg,omitempty"`
|
||||
Id int32 `protobuf:"varint,3,opt,name=Id,proto3" json:"Id,omitempty"` // 任务id
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
@ -9791,6 +9792,13 @@ func (x *ResGetGuideTaskReward) GetMsg() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *ResGetGuideTaskReward) GetId() int32 {
|
||||
if x != nil {
|
||||
return x.Id
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
type ReqGetGuideActiveReward struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Id int32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // 进度奖励id
|
||||
@ -9839,6 +9847,7 @@ type ResGetGuideActiveReward struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Code RES_CODE `protobuf:"varint,1,opt,name=Code,proto3,enum=tutorial.RES_CODE" json:"Code,omitempty"`
|
||||
Msg string `protobuf:"bytes,2,opt,name=Msg,proto3" json:"Msg,omitempty"`
|
||||
Id int32 `protobuf:"varint,3,opt,name=Id,proto3" json:"Id,omitempty"` // 进度奖励id
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
@ -9887,6 +9896,13 @@ func (x *ResGetGuideActiveReward) GetMsg() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *ResGetGuideActiveReward) GetId() int32 {
|
||||
if x != nil {
|
||||
return x.Id
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
// 日常任务
|
||||
type ResDailyTask struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
@ -26488,15 +26504,17 @@ const file_proto_Gameapi_proto_rawDesc = "" +
|
||||
"\bProgress\x18\x02 \x01(\v2\x17.tutorial.QuestProgressR\bProgress\x12\x0e\n" +
|
||||
"\x02Id\x18\x03 \x01(\x05R\x02Id\"'\n" +
|
||||
"\x15ReqGetGuideTaskReward\x12\x0e\n" +
|
||||
"\x02Id\x18\x01 \x01(\x05R\x02Id\"Q\n" +
|
||||
"\x02Id\x18\x01 \x01(\x05R\x02Id\"a\n" +
|
||||
"\x15ResGetGuideTaskReward\x12&\n" +
|
||||
"\x04Code\x18\x01 \x01(\x0e2\x12.tutorial.RES_CODER\x04Code\x12\x10\n" +
|
||||
"\x03Msg\x18\x02 \x01(\tR\x03Msg\")\n" +
|
||||
"\x03Msg\x18\x02 \x01(\tR\x03Msg\x12\x0e\n" +
|
||||
"\x02Id\x18\x03 \x01(\x05R\x02Id\")\n" +
|
||||
"\x17ReqGetGuideActiveReward\x12\x0e\n" +
|
||||
"\x02Id\x18\x01 \x01(\x05R\x02Id\"S\n" +
|
||||
"\x02Id\x18\x01 \x01(\x05R\x02Id\"c\n" +
|
||||
"\x17ResGetGuideActiveReward\x12&\n" +
|
||||
"\x04Code\x18\x01 \x01(\x0e2\x12.tutorial.RES_CODER\x04Code\x12\x10\n" +
|
||||
"\x03Msg\x18\x02 \x01(\tR\x03Msg\"\x8c\x03\n" +
|
||||
"\x03Msg\x18\x02 \x01(\tR\x03Msg\x12\x0e\n" +
|
||||
"\x02Id\x18\x03 \x01(\x05R\x02Id\"\x8c\x03\n" +
|
||||
"\fResDailyTask\x12F\n" +
|
||||
"\n" +
|
||||
"WeekReward\x18\x01 \x03(\v2&.tutorial.ResDailyTask.WeekRewardEntryR\n" +
|
||||
|
||||
Loading…
Reference in New Issue
Block a user