void Awake()
 {
     character = GetComponent<State2DRobotController>();
     _robotInput = new RobotInput() {move = 0.0f, crouch = false, jump = false};
 }