Add host-validated multiplayer fish sales

This commit is contained in:
Alexander Sellite 2026-07-29 18:31:00 -04:00
parent c4e7ea0728
commit f7044669a8
13 changed files with 836 additions and 24 deletions

View file

@ -150,6 +150,10 @@ func has_local_attempt() -> bool:
)
func has_peer_attempt(peer_id: int) -> bool:
return _attempts.has(peer_id)
func _process(delta: float) -> void:
if _session == null or not _session.is_host():
return