forked from Hertog/godot-module-template
6 lines
78 B
Python
6 lines
78 B
Python
|
def can_build(env, platform):
|
||
|
return True;
|
||
|
|
||
|
def configure(env):
|
||
|
pass;
|