Exemplo n.º 1
0
 protected void Start()
 {
     character = (TBCharacter)GetComponent(typeof(TBCharacter));
     actionInput = (TBActionMoveInput)GetComponent(typeof(TBActionMoveInput));
     duckAction = (TBActionDuck)GetComponent(typeof(TBActionDuck));
 }
Exemplo n.º 2
0
 protected void Start()
 {
     character = (TBCharacter)GetComponent(typeof(TBCharacter));
     actionInput = (TBActionJumpInput)GetComponent(typeof(TBActionJumpInput));
 }