GC-Proto/proto/ServerAnnounceRevokeNotify.proto
2023-08-23 01:34:44 +08:00

11 lines
208 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 2092
// EnetChannelId: 0
// EnetIsReliable: true
message ServerAnnounceRevokeNotify {
repeated uint32 config_id_list = 15;
}