GC-Proto/proto/ChannelerSlabOneoffDungeon.proto
2023-01-28 22:00:48 +08:00

12 lines
179 B
Protocol Buffer

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