syntax = "proto3"; · package animal; · message Cat{ · repeated string name = 1; · int64 id = 2; · int32 lv = 3; · } ...
確定! 回上一頁