summary refs log tree commit diff stats
path: root/proto/common.proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto/common.proto')
-rw-r--r--proto/common.proto5
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
10message Letter {
11 string key = 1;
12 bool double = 2;
13}
14
15enum DoorType { 10enum DoorType {
16 DOOR_TYPE_UNKNOWN = 0; 11 DOOR_TYPE_UNKNOWN = 0;
17 12