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

14 lines
262 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "AnchorPointData.proto";
// CmdId: 4259
// Name: CMPCAGNBCLB
message AnchorPointDataNotify {
repeated AnchorPointData anchor_point_list = 11;
uint32 next_usable_time = 1;
}