GC-Proto/proto/ChannelerSlabOneoffDungeon....

13 lines
180 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message ChannelerSlabOneoffDungeon {
bool isDone = 13;
uint32 rewardId = 12;
uint32 dungeonId = 15;
}