示例#1
0
 public void OnStoppedMoving(GameEntity entity)
 {
     Animator.PlayIdle();
     entity.isStoppedMoving = false;
 }