12 lines
311 B
Protocol Buffer
12 lines
311 B
Protocol Buffer
package as3;
|
|
import "google/protobuf/descriptor.proto";
|
|
extend google.protobuf.FileOptions{
|
|
optional string f_package = 50000;
|
|
}
|
|
extend google.protobuf.MessageOptions{
|
|
optional string m_package = 50000;
|
|
repeated int32 m_cmd = 50001;
|
|
}
|
|
extend google.protobuf.EnumOptions{
|
|
optional string e_package = 50000;
|
|
} |