Person.proto 66 B

123456
  1. package Egametang;
  2. message Person
  3. {
  4. required int32 id = 1;
  5. };