mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-04 07:35:33 +08:00
14 lines
265 B
Protocol Buffer
14 lines
265 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// CmdId: 417
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
// IsAllowClient: true
|
|
message AddQuestContentProgressReq {
|
|
uint32 content_type = 9;
|
|
uint32 param = 13;
|
|
uint32 add_progress = 11;
|
|
}
|