liblast/Game/Server.gd

6 lines
95 B
GDScript

extends Node
func _ready():
print("Starting Liblast server")
$Main.start_dedicated_server()