GC-Proto/proto/ParentQuestRandomInfo.proto

13 lines
224 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-07 05:02:26 +03:00
2023-04-11 11:18:47 +03:00
// Name: GMGHKEODFAD
2022-11-06 15:30:21 +03:00
message ParentQuestRandomInfo {
2023-04-11 11:18:47 +03:00
uint32 entrance_id = 13;
uint32 template_id = 10;
repeated uint32 factor_list = 4;
2022-11-06 15:30:21 +03:00
}
2023-03-07 05:02:26 +03:00