Exemplo n.º 1
0
 public override void UpdateEntity()
 {
     base.UpdateEntity();
     _stateManager.UpdateState();
     UpdateCondition();
     _physics.TragetVelocity = _targetVelocity;
 }