diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 13:34:42 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 13:34:42 -0400 |
| commit | e9d9da34e86a1e5f0de155bf9086d3e5ff6b2da0 (patch) | |
| tree | 432e1177f11e7e2b5e0d6400fad977def7d31129 /proto/human.proto | |
| parent | 1eacf01378d4dff3aed73fffcc42e0352b93835e (diff) | |
| download | lingo2-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.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; |
