25 lines
421 B
Protocol Buffer
25 lines
421 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "CreateEntityInfo.proto";
|
|
|
|
message QuestCreateEntityRsp {
|
|
//enum LKNGENJJKNO {
|
|
// option allow_alias= true;
|
|
// NONE = 0;
|
|
// PEPPOHPHJOJ = 424;
|
|
// DCDNILFDFLB = 0;
|
|
// NNBKOLMPOEA = 1;
|
|
//}
|
|
|
|
bool isRewind = 14;
|
|
uint32 parentQuestId = 7;
|
|
CreateEntityInfo entity = 12;
|
|
uint32 entityId = 6;
|
|
uint32 questId = 3;
|
|
int32 retcode = 13;
|
|
}
|