Refine shop, online sessions, and player feedback

This commit is contained in:
Alexander Sellite 2026-08-11 16:35:33 -04:00
parent 2ffcbf51ac
commit c038eeadea
47 changed files with 1208 additions and 189 deletions

View file

@ -93,6 +93,10 @@ func is_open_host() -> bool:
return _session.is_open_host()
func set_host_open(is_open: bool) -> bool:
return _session.set_host_open(is_open)
func get_relationships() -> Array[Dictionary]:
return _relationships.get_records()