mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
update proto 3.5 part 1
This commit is contained in:
@@ -2,21 +2,14 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "CityInfo.proto";
|
||||
|
||||
// Name: GBNJPMHKLJJ
|
||||
// CmdId: 294
|
||||
message GetSceneAreaRsp {
|
||||
//enum GGJHHIPJNMJ {
|
||||
// option allow_alias= true;
|
||||
// NONE = 0;
|
||||
// PEPPOHPHJOJ = 225;
|
||||
// DCDNILFDFLB = 0;
|
||||
// NNBKOLMPOEA = 1;
|
||||
//}
|
||||
|
||||
repeated uint32 areaIdList = 11;
|
||||
int32 retcode = 6;
|
||||
repeated CityInfo cityInfoList = 14;
|
||||
uint32 sceneId = 2;
|
||||
uint32 scene_id = 4;
|
||||
repeated uint32 area_id_list = 14;
|
||||
repeated CityInfo city_info_list = 15;
|
||||
int32 retcode = 6;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user