From 74d18c95c6b7ac796b90b5d8c811d60c0008cfb9 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Sun, 5 Feb 2023 03:38:37 +0100 Subject: [PATCH] Debug markers, server implementation --- Pal.Common/Protos/palace.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Pal.Common/Protos/palace.proto b/Pal.Common/Protos/palace.proto index 39fce83..65a7353 100644 --- a/Pal.Common/Protos/palace.proto +++ b/Pal.Common/Protos/palace.proto @@ -65,4 +65,8 @@ enum ObjectType { OBJECT_TYPE_UNKNOWN = 0; OBJECT_TYPE_TRAP = 1; OBJECT_TYPE_HOARD = 2; + + // Objects only really used for debugging, may not return any objects at any point in time. + // Semi-Permanent: Not saved locally, but saved on the server. + OBJECT_TYPE_DEBUG = 3; }