summary refs log tree commit diff stats
path: root/proto/human.proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 13:34:42 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 13:34:42 -0400
commite9d9da34e86a1e5f0de155bf9086d3e5ff6b2da0 (patch)
tree432e1177f11e7e2b5e0d6400fad977def7d31129 /proto/human.proto
parent1eacf01378d4dff3aed73fffcc42e0352b93835e (diff)
downloadlingo2-archipelago-e9d9da34e86a1e5f0de155bf9086d3e5ff6b2da0.tar.gz
lingo2-archipelago-e9d9da34e86a1e5f0de155bf9086d3e5ff6b2da0.tar.bz2
lingo2-archipelago-e9d9da34e86a1e5f0de155bf9086d3e5ff6b2da0.zip
Protobuf works! Parsing connections
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;