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.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index 3330666..e053942 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -291,6 +291,8 @@ message Map {
291 291
292 optional uint64 rte_room = 7; 292 optional uint64 rte_room = 7;
293 optional uint64 rte_ap_id = 8; 293 optional uint64 rte_ap_id = 8;
294 optional Vec3d rte_trigger_pos = 9;
295 optional Vec3d rte_trigger_scale = 10;
294} 296}
295 297
296message Progressive { 298message Progressive {