diff options
Diffstat (limited to 'proto/human.proto')
-rw-r--r-- | proto/human.proto | 12 |
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 @@ | |||
1 | edition = "2023"; | 1 | edition = "2023"; |
2 | 2 | ||
3 | import "common.proto"; | ||
4 | |||
3 | package com.fourisland.lingo2_archipelago; | 5 | package com.fourisland.lingo2_archipelago; |
4 | 6 | ||
5 | message RoomIdentifier { | 7 | message RoomIdentifier { |
@@ -93,11 +95,6 @@ message HumanDoors { | |||
93 | repeated HumanDoor doors = 1; | 95 | repeated HumanDoor doors = 1; |
94 | } | 96 | } |
95 | 97 | ||
96 | message Proxy { | ||
97 | string answer = 1; | ||
98 | string path = 2; | ||
99 | } | ||
100 | |||
101 | message HumanPanel { | 98 | message 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 | ||
128 | message Letter { | ||
129 | string letter = 1; | ||
130 | bool double = 2; | ||
131 | } | ||
132 | |||
133 | message HumanPort { | 125 | message HumanPort { |
134 | string name = 1; | 126 | string name = 1; |
135 | string path = 2; | 127 | string path = 2; |