новая структура проекта

This commit is contained in:
2026-04-20 21:04:25 +04:00
parent 1fe2a72ef1
commit 1a56b22e38
1932 changed files with 1886 additions and 22779 deletions
@@ -0,0 +1,11 @@
from enum import Enum, auto
class WoWSceneTypes(Enum):
""" Represents the type of WoW scene. """
M2 = auto()
""" Props, doodads, characters, etc. """
WMO = auto()
""" World Map Objects (big buildings, dungeons, cities, etc. """