Refine shop, online sessions, and player feedback
This commit is contained in:
parent
2ffcbf51ac
commit
c038eeadea
47 changed files with 1208 additions and 189 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue