mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
14 lines
186 B
Python
14 lines
186 B
Python
![]() |
def can_build(env, platform):
|
||
|
return True
|
||
|
|
||
|
def configure(env):
|
||
|
pass
|
||
|
|
||
|
def get_doc_classes():
|
||
|
return [
|
||
|
"WebRTCPeer"
|
||
|
]
|
||
|
|
||
|
def get_doc_path():
|
||
|
return "doc_classes"
|