Skip to content

Instantly share code, notes, and snippets.

View Chum4k3r's full-sized avatar

João Vitor Gutkoski Paes Chum4k3r

  • REDIacoustics
  • Florianópolis - BR
  • 03:12 (UTC -03:00)
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