mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-02-05 04:29:24 +03:00
10 lines
197 B
Protocol Buffer
10 lines
197 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
import "ChatChannelInfo.proto";
|
||
|
|
||
|
// 4.6.0
|
||
|
// CmdId: 26577
|
||
|
message ChatChannelInfoNotify {
|
||
|
ChatChannelInfo channel_info = 5;
|
||
|
}
|