7 lines
65 B
Protocol Buffer
7 lines
65 B
Protocol Buffer
|
|
package Messages;
|
|
|
|
message Reply
|
|
{
|
|
optional string text = 1;
|
|
} |