Move the BSP implementation to BSPRectMethod

This commit is contained in:
Eryn Wells 2023-03-06 19:33:34 -08:00
parent 040803fe61
commit fd068268f5
4 changed files with 118 additions and 95 deletions

View file

@ -28,6 +28,7 @@ EVENTS = logging.getLogger(_log_name('events'))
UI = logging.getLogger(_log_name('ui'))
MAP = logging.getLogger(_log_name('map'))
MAP_BSP = logging.getLogger(_log_name('map', 'bsp'))
MAP_CELL_ATOM = logging.getLogger(_log_name('map', 'cellular'))