aboutsummaryrefslogtreecommitdiff
path: root/TextCmd.proto
blob: de946842346b3a8bf8da048920b6a7a2a57d62e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
syntax = "proto3";

package whirl;

import "ObjID.proto";

message TextCmd {
  ObjID sender_id = 1;
  string text = 2;
}