Added the new proprty hint.

This commit is contained in:
Relintai 2023-06-11 17:00:05 +02:00
parent c867c70ca1
commit a6e348389c
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ class PropertyHint(enum.IntEnum):
LAYERS_3D_RENDER = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_LAYERS_3D_RENDER
LAYERS_3D_PHYSICS = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_LAYERS_3D_PHYSICS
LAYERS_3D_NAVIGATION = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_LAYERS_3D_NAVIGATION
PROPERTY_HINT_LAYERS_AVOIDANCE = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_LAYERS_AVOIDANCE
FILE = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_FILE
DIR = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_DIR
GLOBAL_FILE = pandemonium_property_hint.PANDEMONIUM_PROPERTY_HINT_GLOBAL_FILE