mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-13 21:22:58 +03:00
works 4.0 in-game
This commit is contained in:
@@ -15,16 +15,13 @@
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
import "QuestVarOp.proto";
|
||||
// CmdId: 438
|
||||
// Obf: JDNJONIOMEA
|
||||
// CmdId: 28126
|
||||
// Obf: CJGCHOPODCD
|
||||
message QuestUpdateQuestVarReq {
|
||||
uint32 parent_quest_var_seq = 11;
|
||||
uint32 parent_quest_id = 1;
|
||||
uint32 quest_id = 2;
|
||||
repeated QuestVarOp quest_var_op_list = 4;
|
||||
repeated QuestVarOp quest_var_op_list = 8;
|
||||
uint32 parent_quest_var_seq = 9;
|
||||
uint32 parent_quest_id = 11;
|
||||
uint32 quest_id = 7;
|
||||
}
|
||||
|
Reference in New Issue
Block a user