GC-Proto/proto/ChannelerSlabOneoffDungeon....

8 lines
175 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2022-12-07 07:38:18 +03:00
message ChannelerSlabOneoffDungeon {
2023-01-28 17:00:48 +03:00
bool isDone = 13;
uint32 rewardId = 12;
uint32 dungeonId = 15;
2022-11-06 15:30:21 +03:00
}