feat: add test shurken
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user