summary refs log tree commit diff stats
path: root/proto/human.proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto/human.proto')
-rw-r--r--proto/human.proto12
1 files changed, 2 insertions, 10 deletions
diff --git a/proto/human.proto b/proto/human.proto index 06c89cd..cdbb8b9 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -1,5 +1,7 @@
1edition = "2023"; 1edition = "2023";
2 2
3import "common.proto";
4
3package com.fourisland.lingo2_archipelago; 5package com.fourisland.lingo2_archipelago;
4 6
5message RoomIdentifier { 7message RoomIdentifier {
@@ -93,11 +95,6 @@ message HumanDoors {
93 repeated HumanDoor doors = 1; 95 repeated HumanDoor doors = 1;
94} 96}
95 97
96message Proxy {
97 string answer = 1;
98 string path = 2;
99}
100
101message HumanPanel { 98message HumanPanel {
102 string name = 1; 99 string name = 1;
103 string path = 5; 100 string path = 5;
@@ -125,11 +122,6 @@ message HumanPainting {
125 DoorIdentifier required_door = 5; 122 DoorIdentifier required_door = 5;
126} 123}
127 124
128message Letter {
129 string letter = 1;
130 bool double = 2;
131}
132
133message HumanPort { 125message HumanPort {
134 string name = 1; 126 string name = 1;
135 string path = 2; 127 string path = 2;