mirror of
https://github.com/Relintai/godot_voxel.git
synced 2024-11-08 05:32:09 +01:00
12 lines
77 B
Python
12 lines
77 B
Python
|
|
|
|
def can_build(env, platform):
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|
|
|
|
|
|
|