feat: add emergent world foundations
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class_name ActionCommandService
|
||||
extends RefCounted
|
||||
|
||||
signal command_resolved(result: ActionResult)
|
||||
|
||||
|
||||
# Implementations must resolve the transient target handle and revalidate every
|
||||
# precondition. An earlier ActionOffer never grants authority by itself.
|
||||
func submit_command(_command: ActionCommand) -> ActionResult:
|
||||
return null
|
||||
Reference in New Issue
Block a user