mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
19 lines
359 B
Protocol Buffer
19 lines
359 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: NOALPAGGDAB
|
|
message CityReputationRequestInfo {
|
|
// Name: KKBFBDCMCNB
|
|
message RequestInfo {
|
|
bool is_taken_reward = 13;
|
|
uint32 request_id = 14;
|
|
uint32 quest_id = 15;
|
|
}
|
|
|
|
bool is_open = 6;
|
|
repeated RequestInfo request_info_list = 14;
|
|
}
|
|
|