entity_spell_system/config.py
2019-04-20 14:02:55 +02:00

12 lines
77 B
Python

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