Exemplo n.º 1
0
 public void Decelerate()
 {
     CoroutineHandler.StartStaticCoroutine(enemyMover._Decelerate(0.9f, 30));
 }