Debug markers, server implementation

rendering
Liza 2023-02-05 03:38:37 +01:00
parent 8e4af4ef81
commit 74d18c95c6
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}