1 2 3 4 5 6 7 8 9 10 11
syntax = "proto3"; package folder.what; import "folder/stuff.proto"; message What{ stuff.Stuff a = 1; folder.stuff.Stuff b = 2; }