GC-Proto/proto/EnterWorldAreaRsp.proto

11 lines
204 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
// CmdId: 8436
// FMPOBCLPIGO
message EnterWorldAreaRsp {
uint32 area_type = 12;
uint32 area_id = 3;
int32 retcode = 5;
}