GC-Proto/proto/PlayerWorldSceneInfoListNotify.proto
2023-04-11 16:18:47 +08:00

13 lines
240 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "PlayerWorldSceneInfo.proto";
// CmdId: 3205
// Name: LEHGOANEDOH
message PlayerWorldSceneInfoListNotify {
repeated PlayerWorldSceneInfo info_list = 10;
}