Person.proto 119 B

12345678
  1. package Egametang;
  2. import "google/protobuf/csharp_options.proto";
  3. message Person
  4. {
  5. required int32 num = 1;
  6. };