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.proto8
1 files changed, 3 insertions, 5 deletions
diff --git a/proto/data.proto b/proto/data.proto index b3b6e6b..37d59f3 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -23,7 +23,7 @@ message Connection {
23 23
24message Door { 24message Door {
25 uint64 id = 1; 25 uint64 id = 1;
26 uint64 map_id = 10; 26 uint64 map_id = 9;
27 string name = 2; 27 string name = 2;
28 28
29 repeated string receivers = 3; 29 repeated string receivers = 3;
@@ -33,8 +33,7 @@ message Door {
33 string control_center_color = 6; 33 string control_center_color = 6;
34 repeated string switches = 7; 34 repeated string switches = 7;
35 35
36 repeated string location_tags = 8; 36 DoorType type = 8;
37 repeated string item_tags = 9;
38} 37}
39 38
40message Panel { 39message Panel {
@@ -42,8 +41,7 @@ message Panel {
42 uint64 room_id = 2; 41 uint64 room_id = 2;
43 string name = 3; 42 string name = 3;
44 43
45 string nodepath = 4; 44 string path = 4;
46
47 string clue = 5; 45 string clue = 5;
48 string answer = 6; 46 string answer = 6;
49 repeated string symbols = 7; 47 repeated string symbols = 7;