GC-Proto/proto/AllShareCDDataNotify.proto

13 lines
224 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ShareCDInfo.proto";
2023-02-28 04:12:44 +03:00
// Name: BJEKDEGDNEM
// CmdId: 9067
2023-02-18 04:48:44 +03:00
message AllShareCDDataNotify {
2023-02-28 04:12:44 +03:00
map<uint32, ShareCDInfo> share_cd_info_map = 10;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00