15 lines
329 B
Protocol Buffer
15 lines
329 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "CreateEntityInfo.proto";
|
|
// 4.7.0
|
|
// CmdId: 9887
|
|
// Obf: GLKGMGAKGDD ?
|
|
message QuestCreateEntityRsp {
|
|
uint32 entity_id = 14;
|
|
uint32 quest_id = 7;
|
|
bool is_rewind = 8;
|
|
uint32 parent_quest_id = 12;
|
|
int32 retcode = 2;
|
|
CreateEntityInfo entity = 6;
|
|
}
|