GC-Proto/proto/ParentQuestRandomInfo.proto

11 lines
221 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-03-01 03:26:37 +03:00
// Name: JLADMBEDMHP
2022-11-06 15:30:21 +03:00
message ParentQuestRandomInfo {
2023-03-01 03:26:37 +03:00
repeated uint32 factor_list = 9;
uint32 template_id = 4;
uint32 entrance_id = 14;
2022-11-06 15:30:21 +03:00
}