|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// CmdId: 421
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
// IsAllowClient: true
|
|
message AddQuestContentProgressReq {
|
|
uint32 content_type = 6;
|
|
uint32 param = 12;
|
|
uint32 add_progress = 15;
|
|
}
|