feat: add emergent world foundations
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
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 []
|
||||
Reference in New Issue
Block a user