1
This commit is contained in:
@@ -14,10 +14,7 @@ namespace BITFALL.Player.Animation
|
||||
}
|
||||
public class PlayerAnimationController : StateBasedComponent<IPlayerAnimationState>
|
||||
{
|
||||
public const string _Walk = "Walk";
|
||||
public const string _Run = "Run";
|
||||
public const string _Sprint = "Sprint";
|
||||
public const string _Crouch = "Crouch";
|
||||
|
||||
[SerializeField] internal UnityAnimator animator;
|
||||
|
||||
private IEntityMovement _movement;
|
||||
|
Reference in New Issue
Block a user