GC-Proto/proto/ChatChannelInfo.proto

8 lines
154 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.6.0
message ChatChannelInfo {
uint32 channel_id = 10;
bool is_shield = 11;
}