GC-Proto/proto/PlayerWorldLocationInfo.proto

13 lines
231 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "PlayerLocationInfo.proto";
// Name: OGOGMKJEFGO
message PlayerWorldLocationInfo {
uint32 scene_id = 14;
PlayerLocationInfo player_loc = 3;
}