syntax="proto2";// mcpack2pb - Make protobuf be front-end of mcpack/compackimport"google/protobuf/descriptor.proto";extendgoogle.protobuf.FileOptions{// True to generate mcpack parsing/serializing codeoptionalboolidl_support=91000;}enumConvertibleIdlType{IDL_AUTO=0;IDL_INT8=1;IDL_INT16=2;IDL_INT32=3;IDL_INT64=4;IDL_UINT8=5;IDL_UINT16=6;IDL_UINT32=7;IDL_UINT64=8;IDL_BOOL=9;IDL_FLOAT=10;IDL_DOUBLE=11;IDL_BINARY=12;IDL_STRING=13;}extendgoogle.protobuf.FieldOptions{// Mark the idl-type which is inconsistent with proto-type.optionalConvertibleIdlTypeidl_type=91001;// Mark the non-optional() vector/array in idl.optionalint32idl_on=91002;// Use this name as the field name for packing instead of the one in proto.optionalstringidl_name=91003;}