GC-Proto/proto/ParentQuestRandomInfo.proto

13 lines
224 B
Protocol Buffer
Raw Normal View History

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