protected void Start()
 {
     character = (TBCharacter)GetComponent(typeof(TBCharacter));
     actionInput = (TBActionMoveInput)GetComponent(typeof(TBActionMoveInput));
     duckAction = (TBActionDuck)GetComponent(typeof(TBActionDuck));
 }
 protected void Start()
 {
     character = (TBCharacter)GetComponent(typeof(TBCharacter));
     actionInput = (TBActionJumpInput)GetComponent(typeof(TBActionJumpInput));
 }