GC-Proto/proto/PlayerWorldSceneInfoListNot...

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;
}