GC-Proto/proto/ChannelerSlabOneoffDungeon.proto
Akbar Yahya a6dccc7bf5 testing
2023-01-28 23:50:00 +08:00

8 lines
175 B
Protocol Buffer

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