3
0
mirror of https://github.com/Melledy/Grasscutter.git synced 2024-12-04 21:20:37 +00:00
Grasscutter/proto/PlayerWorldSceneInfoListNotify.proto

13 lines
258 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "PlayerWorldSceneInfo.proto";
// CmdId: 3172
// EnetChannelId: 0
// EnetIsReliable: true
message PlayerWorldSceneInfoListNotify {
repeated PlayerWorldSceneInfo info_list = 5;
}