1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
Files
godot/modules/objectdb_profiler/config.py
2025-07-08 16:39:24 +02:00

7 lines
91 B
Python

def can_build(env, platform):
return env.debug_features
def configure(env):
pass