mirror of
https://github.com/Relintai/voxelman.git
synced 2024-11-14 10:17:20 +01:00
12 lines
77 B
Python
12 lines
77 B
Python
|
|
||
|
|
||
|
def can_build(env, platform):
|
||
|
return True
|
||
|
|
||
|
|
||
|
def configure(env):
|
||
|
pass
|
||
|
|
||
|
|
||
|
|