mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-20 10:56:50 +01:00
11 lines
168 B
Python
11 lines
168 B
Python
|
|
|
|
def can_build(env, platform):
|
|
env.module_add_dependencies("navigation_mesh_generator", ["navigation"], False)
|
|
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|