20 lines
350 B
Protocol Buffer
20 lines
350 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
|
||
|
import "AranaraCollectionSuite.proto";
|
||
|
|
||
|
message AranaraCollectionDataNotify {
|
||
|
//enum FPPAFIEEHCA {
|
||
|
// option allow_alias= true;
|
||
|
// NONE = 0;
|
||
|
// PEPPOHPHJOJ = 6388;
|
||
|
// DCDNILFDFLB = 0;
|
||
|
// NNBKOLMPOEA = 1;
|
||
|
//}
|
||
|
|
||
|
repeated AranaraCollectionSuite collectionSuiteList = 7;
|
||
|
}
|