From 139c7252dffad17f2f3345fa1aa41f673fcfea03 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 22 Oct 2025 17:52:20 -0400 Subject: Added icarus --- proto/data.proto | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'proto/data.proto') diff --git a/proto/data.proto b/proto/data.proto index 4b3cf1f..38b8822 100644 --- a/proto/data.proto +++ b/proto/data.proto @@ -52,6 +52,11 @@ enum DoorGroupType { SHUFFLE_GROUP = 4; } +enum MapType { + NORMAL_MAP = 0; + ICARUS = 1; +} + enum AxisDirection { AXIS_DIRECTION_UNKNOWN = 0; @@ -266,6 +271,7 @@ message Map { optional string name = 2; optional string display_name = 3; optional uint64 worldport_entrance = 4; + optional MapType type = 5; } message Progressive { -- cgit 1.4.1