Skip to content

Instantly share code, notes, and snippets.

View nahuakang's full-sized avatar

Nahua nahuakang

View GitHub Profile
class_name CallableStateMachine
var state_dictionary = {}
var current_state: String
func add_states(
normal_state_callable: Callable,
enter_state_callable: Callable,
leave_state_callable: Callable