mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-03 07:36:07 +03:00
13 lines
244 B
Protocol Buffer
13 lines
244 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// CmdId: 4278
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
message AnchorPointOpRsp {
|
|
int32 retcode = 13;
|
|
uint32 anchor_point_op_type = 3;
|
|
uint32 anchor_point_id = 2;
|
|
}
|