GC-Proto/proto/AnchorPointOpReq.proto
2023-04-11 11:14:48 +08:00

13 lines
208 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 4299
// Name: GOHHKGPBDKF
message AnchorPointOpReq {
uint32 anchor_point_op_type = 7;
uint32 anchor_point_id = 3;
}