From e9d9da34e86a1e5f0de155bf9086d3e5ff6b2da0 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Aug 2025 13:34:42 -0400 Subject: Protobuf works! Parsing connections --- proto/human.proto | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'proto/human.proto') 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 @@ edition = "2023"; +import "common.proto"; + package com.fourisland.lingo2_archipelago; message RoomIdentifier { @@ -93,11 +95,6 @@ message HumanDoors { repeated HumanDoor doors = 1; } -message Proxy { - string answer = 1; - string path = 2; -} - message HumanPanel { string name = 1; string path = 5; @@ -125,11 +122,6 @@ message HumanPainting { DoorIdentifier required_door = 5; } -message Letter { - string letter = 1; - bool double = 2; -} - message HumanPort { string name = 1; string path = 2; -- cgit 1.4.1