Test for XYZRoom and XYZExit subclasses with callbacks.

This commit is contained in:
henddher 2022-10-07 22:23:55 -05:00
parent fe5faa45c4
commit 38768d137d
2 changed files with 80 additions and 1 deletions

View file

@ -302,6 +302,7 @@ class MapNode:
to their destinations.
"""
# breakpoint()
global NodeTypeclass
if not NodeTypeclass:
from .xyzroom import XYZRoom as NodeTypeclass