entity_spell_system/config.py

12 lines
77 B
Python
Raw Normal View History

2019-04-20 14:02:55 +02:00
def can_build(env, platform):
return True
def configure(env):
pass