syntax = "proto3"; package whirl; message LongLocationCommand { int32 x = 1; int32 y = 2; int32 z = 3; int32 direction = 4; }