10 lines
145 B
Protocol Buffer
10 lines
145 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
message ThunderBirdFeatherInfo {
|
||
|
repeated uint32 entityIdList = 12;
|
||
|
}
|