6 lines
116 B
Protocol Buffer
6 lines
116 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
// 4.7.0
|
||
|
message GetPlayerHeadIconDataReq {
|
||
|
}
|