mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-21 15:11:21 +00:00
5 lines
118 B
GDScript3
5 lines
118 B
GDScript3
|
extends "res://scripts/advisor_window.gd"
|
||
|
|
||
|
func _ready():
|
||
|
SimEvents.connect("city_planner", self, "_start_dialogue")
|