Top menu icons

This commit is contained in:
2025-08-01 19:52:03 -04:00
parent 110d390755
commit a7b41f0a06
23 changed files with 354 additions and 10 deletions

View File

@@ -8,4 +8,5 @@ signal service_provided()
func interact(interactor, type : String = "") -> void:
if type == "register":
Guild.register_guild_member(interactor.data, true)
#interactor.advance_
service_provided.emit()