GC-Proto/proto/ChannelerSlabOneoffDungeon....

13 lines
211 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: BAEHNHHABBK
message ChannelerSlabOneoffDungeon {
uint32 dungeon_id = 12;
uint32 reward_id = 14;
bool is_done = 4;
}