added: initial seperation of movement from gravity and rotation

This commit is contained in:
Chris
2025-08-08 15:13:48 -04:00
parent a7006d8dae
commit 0e71be73da
8 changed files with 245 additions and 119 deletions

View File

@@ -1,7 +1,7 @@
using System;
using NodeCanvas.Framework;
using ParadoxNotion.Design;
using Reset.Player.Movement;
using Reset.Movement;
using UnityEngine;
namespace NodeCanvas.Tasks.Actions {