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

package whirl;

message AppearActorCommand {
  int32 room_id = 1;
  int32 x = 2;
  int32 y = 3;
  int32 z = 4;
  int32 direction = 5;
}