mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
Update v1
This commit is contained in:
@@ -4,12 +4,12 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "CityInfo.proto";
|
||||
|
||||
// Name: GBNJPMHKLJJ
|
||||
// CmdId: 294
|
||||
// CmdId: 251
|
||||
// Name: LNAAFIHHCDN
|
||||
message GetSceneAreaRsp {
|
||||
uint32 scene_id = 4;
|
||||
repeated uint32 area_id_list = 14;
|
||||
repeated CityInfo city_info_list = 15;
|
||||
int32 retcode = 6;
|
||||
uint32 scene_id = 11;
|
||||
repeated uint32 area_id_list = 9;
|
||||
repeated CityInfo city_info_list = 12;
|
||||
int32 retcode = 2;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user