AeThex-Engine-Core/engine/modules/aethex_export/config.py
2026-02-24 01:55:30 -07:00

19 lines
397 B
Python

def can_build(env, platform):
return False # Temporarily disabled - needs interface work
def configure(env):
pass
def get_doc_classes():
return [
"AeThexExporter",
"AeThexExportConfig",
"AeThexExportPreset",
"RobloxExporter",
"UEFNExporter",
"UnityExporter",
"WebExporter",
]
def get_doc_path():
return "doc/classes"