mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-27 08:09:25 +03:00
20 lines
347 B
Protocol Buffer
20 lines
347 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
import "ChatChannelInfo.proto";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
message ChatChannelDataNotify {
|
||
|
enum GDPPJBFLFNO {
|
||
|
option allow_alias = true;
|
||
|
NONE = 0;
|
||
|
PEPPOHPHJOJ = 5028;
|
||
|
DCDNILFDFLB = 0;
|
||
|
NNBKOLMPOEA = 1;
|
||
|
}
|
||
|
|
||
|
repeated uint32 channelList = 12;
|
||
|
repeated ChatChannelInfo channelInfoList = 7;
|
||
|
}
|