Files
gamedev-the-steward/simulation/commands/InteractionService.gd
T
2026-08-12 20:06:51 +02:00

9 lines
284 B
GDScript

class_name InteractionService
extends RefCounted
# Offers are advisory presentation values. Implementations must not mutate
# authoritative state while answering this query.
func get_action_offers(_actor_id: StringName, _target: WorldTargetHandle) -> Array[ActionOffer]:
return []