godot/modules/gdnavigation/config.py

7 lines
77 B
Python
Raw Normal View History

def can_build(env, platform):
return True
2017-02-28 13:10:29 +01:00
2017-02-28 13:10:29 +01:00
def configure(env):
pass