More work on registering via FSM

This commit is contained in:
2025-07-25 18:38:47 -04:00
parent dc30d1b15c
commit c0a2c058ba
14 changed files with 57 additions and 12 deletions

View File

@@ -11,5 +11,7 @@ func _ready() -> void:
func register_employee(employee: GuildEmployee) -> void:
employees[employee.name] = employee
func add_sprite(sprite : Adventurer) -> void:
add_child(sprite)