diff options
Diffstat (limited to 'proto/data.proto')
-rw-r--r-- | proto/data.proto | 1 |
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; |