diff --git a/modules/systems/locomotion/scripts/locomotion_state.gd b/modules/systems/locomotion/scripts/locomotion_state.gd new file mode 100644 index 0000000..0bba4db --- /dev/null +++ b/modules/systems/locomotion/scripts/locomotion_state.gd @@ -0,0 +1,4 @@ +class_name LocomotionState +extends State + +@export var settings: LocomotionSettings