Test for XYZRoom and XYZExit subclasses with callbacks.
This commit is contained in:
parent
fe5faa45c4
commit
38768d137d
2 changed files with 80 additions and 1 deletions
|
|
@ -302,6 +302,7 @@ class MapNode:
|
|||
to their destinations.
|
||||
|
||||
"""
|
||||
# breakpoint()
|
||||
global NodeTypeclass
|
||||
if not NodeTypeclass:
|
||||
from .xyzroom import XYZRoom as NodeTypeclass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue