GC-Proto/proto/ChatChannelShieldNotify.proto

9 lines
175 B
Protocol Buffer
Raw Normal View History

2024-05-22 14:51:09 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.6.0
// CmdId: 6815
message ChatChannelShieldNotify {
uint32 channel_id = 6;
bool is_shield = 8;
}