GC-Proto/proto/EnterWorldAreaRsp.proto

11 lines
204 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-05-22 14:51:09 +03:00
2024-07-04 14:27:43 +03:00
// 4.7.0
// CmdId: 8436
// FMPOBCLPIGO
2022-11-06 15:30:21 +03:00
message EnterWorldAreaRsp {
2024-07-04 14:27:43 +03:00
uint32 area_type = 12;
uint32 area_id = 3;
int32 retcode = 5;
2024-05-22 14:51:09 +03:00
}