GC-Proto/proto/AnchorPointOpReq.proto

20 lines
375 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-02-28 04:12:44 +03:00
// Name: EJJFDKEPDBP
// CmdId: 4296
2023-02-18 04:48:44 +03:00
message AnchorPointOpReq {
2023-02-28 04:12:44 +03:00
// Name: KFMHCPAPAEI
enum KFMHCPAPAEI {
KFMHCPAPAEI_PIPFHBGIFDP = 0;
KFMHCPAPAEI_KKBPNDIFMLB = 1;
KFMHCPAPAEI_GGECCCDJFEF = 2;
}
2023-02-18 04:48:44 +03:00
2023-02-28 04:12:44 +03:00
uint32 anchor_point_op_type = 1;
uint32 anchor_point_id = 11;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00