protocolbuffers / protocolbuffers.github.io

Other
38 stars 107 forks source link

Protocol Buffers #159

Closed Mahdi13kohza87p closed 2 months ago

Mahdi13kohza87p commented 2 months ago

/ ========================================

syntax = "proto3";

package HajiAPIProto;

message HajiAPIPassword { string PasswordData1 = 1; string PasswordData2 = 2; string PasswordData3 = 3; }

Logofile commented 2 months ago

I'm not sure what the issue is that you're reporting.