Added a base locomotion state class
This commit is contained in:
parent
0ebd30de24
commit
b373de8f38
4
modules/systems/locomotion/scripts/locomotion_state.gd
Normal file
4
modules/systems/locomotion/scripts/locomotion_state.gd
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
class_name LocomotionState
|
||||||
|
extends State
|
||||||
|
|
||||||
|
@export var settings: LocomotionSettings
|
Loading…
x
Reference in New Issue
Block a user