GC-Proto/proto/VintageHuntingSecondStageSettleInfo.proto

13 lines
247 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: JCNBBFBADBF
message VintageHuntingSecondStageSettleInfo {
2023-04-03 09:51:55 +03:00
uint32 NJENGLLHPJD = 12;
uint32 AGHLEPMGGPH = 14;
2023-02-28 04:12:44 +03:00
map<uint32, uint32> animal_count_map = 8;
}