GC-Proto/proto/GetScenePointRsp.proto

24 lines
585 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-04-11 06:14:48 +03:00
// CmdId: 299
// Name: GKBGCPGCPAE
2022-11-06 15:30:21 +03:00
message GetScenePointRsp {
2023-04-11 06:14:48 +03:00
uint32 scene_id = 3;
repeated uint32 JECOFNNDAJP = 9;
repeated uint32 ELNACLNNKIO = 14;
uint32 belong_uid = 4;
repeated uint32 GNNBFLNNODN = 11;
repeated uint32 OLIIBIKADBB = 2;
repeated uint32 CBNONONIPKH = 1;
repeated uint32 MLBGHEBJAOH = 7;
bool BJLCFHHIGJD = 10;
repeated uint32 BHLFAJLFEGC = 13;
repeated uint32 MNOLEGHOAOB = 8;
int32 retcode = 6;
repeated uint32 unlocked_point_list = 12;
2022-11-06 15:30:21 +03:00
}
2023-02-28 04:12:44 +03:00