mirror of
https://github.com/Relintai/pandemonium_cms.git
synced 2024-11-14 09:37:19 +01:00
7 lines
78 B
GDScript
7 lines
78 B
GDScript
extends Node
|
|
|
|
|
|
func _on_ServeON_pressed() -> void:
|
|
$WebServerSimple.start()
|
|
|