7 lines
158 B
Protocol Buffer
7 lines
158 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
// 4.7.0
|
||
|
message HeadIconUpdateNotify {
|
||
|
repeated uint32 special_head_icon_list = 1;
|
||
|
}
|