Platformer 2.0
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
extends Resource
|
||||
class_name State
|
||||
|
||||
@export var id: StringName
|
||||
|
||||
func enter(_data: Object) -> void:
|
||||
pass
|
||||
|
||||
func exit(_data: Object) -> void:
|
||||
pass
|
||||
|
||||
func process(_data: Object, _delta: float) -> void:
|
||||
pass
|
||||
Reference in New Issue
Block a user