GC-Proto/proto/ParentQuestRandomInfo.proto

13 lines
223 B
Protocol Buffer
Raw Normal View History

2023-02-28 04:12:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: JLADMBEDMHP
2023-03-01 05:23:23 +03:00
message ParentQuestRandomInfo {
repeated uint32 factor_list = 9;
2023-02-28 04:12:44 +03:00
uint32 template_id = 4;
2023-03-01 05:23:23 +03:00
uint32 entrance_id = 14;
2023-02-28 04:12:44 +03:00
}