GC-Proto/proto/LevelupCityRsp.proto

13 lines
238 B
Protocol Buffer
Raw Normal View History

2023-07-30 19:44:07 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-05-22 14:51:09 +03:00
2023-07-30 19:44:07 +03:00
import "CityInfo.proto";
2024-05-22 14:51:09 +03:00
// 4.6.0
// CmdId: 4665
2023-07-30 19:44:07 +03:00
message LevelupCityRsp {
2024-05-22 14:51:09 +03:00
CityInfo city_info = 3;
2023-08-17 14:18:58 +03:00
uint32 scene_id = 12;
2024-05-22 14:51:09 +03:00
int32 retcode = 13;
uint32 area_id = 14;
}