about summary refs log tree commit diff stats
path: root/proto/data.proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto/data.proto')
-rw-r--r--proto/data.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index bc3f669..044e32c 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -186,6 +186,7 @@ message Port {
186 optional uint64 room_id = 2; 186 optional uint64 room_id = 2;
187 optional string name = 3; 187 optional string name = 3;
188 188
189 optional string display_name = 10;
189 optional string path = 4; 190 optional string path = 4;
190 optional Vec3d destination = 5; 191 optional Vec3d destination = 5;
191 optional double rotation = 8; 192 optional double rotation = 8;