GC-Proto/proto/PotionDungeonResultInfo.proto

13 lines
264 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
2024-06-08 09:18:08 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-06-08 09:18:08 +03:00
// 4.6.0
2023-05-23 13:12:42 +03:00
message PotionDungeonResultInfo {
2024-06-08 09:18:08 +03:00
uint32 IPKGIOBPENI = 3;
uint32 EEOAFHOMHPH = 8;
uint32 MCAIMDGIIPN = 10;
uint32 level_id = 11;
uint32 IKDMGBPAKOL = 12;
uint32 stage_id = 13;
}