Ejemplo n.º 1
0
 public void OnStoppedMoving(GameEntity entity)
 {
     Animator.PlayIdle();
     entity.isStoppedMoving = false;
 }