GC-Proto/proto/ServerAnnounceNotify.proto

13 lines
242 B
Protocol Buffer
Raw Permalink Normal View History

2023-08-22 20:23:37 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "AnnounceData.proto";
2023-08-22 20:34:44 +03:00
// CmdId: 2197
2023-08-22 20:23:37 +03:00
// EnetChannelId: 0
// EnetIsReliable: true
message ServerAnnounceNotify {
2023-08-22 20:34:44 +03:00
repeated AnnounceData announce_data_list = 11;
2023-08-22 20:23:37 +03:00
}