9 lines
284 B
GDScript
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 []
|