mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 01:15:52 +01:00
quest fix & personal line impl
This commit is contained in:
11
proto/AddQuestContentProgressRsp.proto
Normal file
11
proto/AddQuestContentProgressRsp.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 485
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message AddQuestContentProgressRsp {
|
||||
int32 retcode = 10;
|
||||
uint32 content_type = 7;
|
||||
}
|
||||
Reference in New Issue
Block a user