GSServer-CBT/soggy-mistress/proto/MailTextContent.proto

8 lines
108 B
Protocol Buffer

syntax = "proto3";
message MailTextContent {
string title = 1;
string content = 2;
string sender = 3;
}