13 lines
241 B
Protocol Buffer
13 lines
241 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
import "AnnounceData.proto";
|
||
|
|
||
|
// CmdId: 2029
|
||
|
// EnetChannelId: 0
|
||
|
// EnetIsReliable: true
|
||
|
message ServerAnnounceNotify {
|
||
|
repeated AnnounceData announce_data_list = 8;
|
||
|
}
|