From d77c73397b684faa55f0e95484ac89ca68bde1ad Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 20 Aug 2025 15:03:18 -0400 Subject: Added "endings" object type --- proto/human.proto | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'proto/human.proto') diff --git a/proto/human.proto b/proto/human.proto index 6cec66d..d52a0ad 100644 --- a/proto/human.proto +++ b/proto/human.proto @@ -151,6 +151,11 @@ message HumanMastery { optional string path = 2; } +message HumanEnding { + optional string name = 1; + optional string path = 2; +} + message HumanRoom { optional string name = 1; optional string display_name = 2; @@ -161,6 +166,7 @@ message HumanRoom { repeated HumanPort ports = 6; repeated HumanKeyholder keyholders = 7; repeated HumanMastery masteries = 8; + repeated HumanEnding endings = 9; } message HumanMap { @@ -182,4 +188,5 @@ message IdMappings { map maps = 1; map special = 2; map letters = 3; + map endings = 4; } -- cgit 1.4.1