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

package whirl;

import "object_id.proto";

message TextCommand {
  ObjectID sender_id = 1;
  string text = 2;
}