GSServer-CBT/soggy-mistress/proto/ParentQuestRandomInfo.proto

8 lines
135 B
Protocol Buffer
Raw Normal View History

2022-11-21 11:30:31 +03:00
syntax = "proto3";
message ParentQuestRandomInfo {
uint32 entranceId = 1;
uint32 templateId = 2;
repeated uint32 factorList = 3;
}