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