GC-Proto/proto/EnterWorldAreaRsp.proto

10 lines
192 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
// 4.6.0
// CmdId: 26630
2022-11-06 15:30:21 +03:00
message EnterWorldAreaRsp {
2024-05-22 14:51:09 +03:00
uint32 area_type = 10;
uint32 area_id = 13;
int32 retcode = 14;
}