godot/modules/bullet/config.py
Rémi Verschelde 253fc093b8 DocData: Skip unexposed classes
Properly expose classes that we actually want accessible.

(cherry picked from commit 0ef8bcac4d)
2020-04-21 14:15:34 +02:00

6 lines
76 B
Python

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