godot/modules/gdscript/config.py
2014-02-24 09:53:33 -03:00

12 lines
82 B
Python

def can_build(platform):
return True
def configure(env):
pass