GC-Proto/proto/PlayerWorldSceneInfo.proto
2023-08-23 01:23:37 +08:00

10 lines
188 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message PlayerWorldSceneInfo {
uint32 scene_id = 1;
bool is_locked = 2;
repeated uint32 scene_tag_id_list = 3;
}