mirror of
https://github.com/Relintai/pandemonium_cms.git
synced 2025-02-24 17:04:20 +01:00
7 lines
78 B
GDScript
7 lines
78 B
GDScript
extends Node
|
|
|
|
|
|
func _on_ServeON_pressed() -> void:
|
|
$WebServerSimple.start()
|
|
|