mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-04-23 21:43:24 +02:00
12 lines
77 B
Python
12 lines
77 B
Python
|
|
|
|
def can_build(env, platform):
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|
|
|
|
|
|
|