diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-09 11:51:20 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-09 11:51:20 -0400 |
commit | 9ca8681ca5f134d65eaa4b5ae68d57ba67fe98d6 (patch) | |
tree | 6d58ffe2e9a60eac681b22b0cb0bd03baf74990c /proto/common.proto | |
parent | 3fcc676cd3b9b3b24a8755612a459d498879b1df (diff) | |
download | lingo2-archipelago-9ca8681ca5f134d65eaa4b5ae68d57ba67fe98d6.tar.gz lingo2-archipelago-9ca8681ca5f134d65eaa4b5ae68d57ba67fe98d6.tar.bz2 lingo2-archipelago-9ca8681ca5f134d65eaa4b5ae68d57ba67fe98d6.zip |
Added support for masteries
Also assigned IDs for the_butterfly, as well as already configured letters.
Diffstat (limited to 'proto/common.proto')
-rw-r--r-- | proto/common.proto | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/proto/common.proto b/proto/common.proto index 03ad436..e300e94 100644 --- a/proto/common.proto +++ b/proto/common.proto | |||
@@ -7,11 +7,6 @@ message Proxy { | |||
7 | string path = 2; | 7 | string path = 2; |
8 | } | 8 | } |
9 | 9 | ||
10 | message Letter { | ||
11 | string key = 1; | ||
12 | bool double = 2; | ||
13 | } | ||
14 | |||
15 | enum DoorType { | 10 | enum DoorType { |
16 | DOOR_TYPE_UNKNOWN = 0; | 11 | DOOR_TYPE_UNKNOWN = 0; |
17 | 12 | ||