mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-07 01:26:08 +03:00
12 lines
245 B
Protocol Buffer
12 lines
245 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// CmdId: 5693
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
message H5ActivityIdsNotify {
|
|
map<uint32, uint32> h_5_activity_map = 3;
|
|
uint32 client_red_dot_timestamp = 15;
|
|
}
|