GC-Proto/proto/LevelupCityReq.proto

12 lines
219 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
2024-06-02 08:33:33 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-06-02 08:33:33 +03:00
// CmdId: 25231
// Version: 4.6.0
// Obfs: PELEDEMOCGN
message LevelupCityReq {
2024-06-02 08:33:33 +03:00
uint32 item_num = 5;
uint32 area_id = 8;
2023-08-17 14:18:58 +03:00
uint32 scene_id = 11;
2024-06-02 08:33:33 +03:00
}