mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
16 lines
310 B
Protocol Buffer
16 lines
310 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "GalleryStopReason.proto";
|
|
|
|
// Name: IHEBHBFOELG
|
|
message IrodoriMasterGallerySettleInfo {
|
|
uint32 difficult = 14;
|
|
GalleryStopReason reason = 3;
|
|
uint32 finish_time = 1;
|
|
uint32 level_id = 5;
|
|
bool is_finish = 9;
|
|
}
|
|
|