mirror of
https://github.com/godotengine/godot
synced 2024-11-02 14:43:31 +00:00
74dc5e27c8
And rename `gdnavigation` module to simply `navigation`.
6 lines
77 B
Python
6 lines
77 B
Python
def can_build(env, platform):
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|