mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
16 lines
300 B
Protocol Buffer
16 lines
300 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 2812
|
|
// Name: LKBDHDEIKGI
|
|
message GetCityReputationMapInfoRsp {
|
|
int32 retcode = 11;
|
|
repeated uint32 EDAOAKIHGDE = 7;
|
|
repeated uint32 PBGGOGLHINL = 8;
|
|
bool MDAOIPDBBLN = 4;
|
|
bool KOIGFJPNDIO = 1;
|
|
}
|
|
|