GC-Proto/proto/PlayerWorldSceneInfo.proto

8 lines
183 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message PlayerWorldSceneInfo {
repeated uint32 sceneTagIdList = 13;
bool isLocked = 5;
uint32 sceneId = 11;
}