Scripts renamed

This commit is contained in:
Rendo 2025-11-21 01:04:09 +05:00
commit aa35ee5975
17 changed files with 7 additions and 5 deletions

View file

@ -0,0 +1,12 @@
@abstract
extends Node
class_name State
signal transition(to: StringName)
@abstract func enter() -> void
@abstract func exit() -> void
@abstract func update(delta: float) -> void
@abstract func physics_update(delta: float) -> void