feat: add test shurken

This commit is contained in:
Chris
2026-01-10 21:03:49 -05:00
parent 49862b5de1
commit cfc0096902
40 changed files with 1262 additions and 221 deletions

View File

@@ -359,6 +359,10 @@ namespace Reset.Units{
public Quaternion GetResolvedRotation(){
return resolvedMovement.rotation;
}
public bool GetGrounded(){
return controller.isGrounded;
}
[Button("Initialize Settings", ButtonHeight = 30), PropertySpace(10,5 )]
void InitAllSettings(){