Example #1
0
 public void EatFood()
 {
     transform.localScale += new Vector3(0.1f, 0, 0);
     playerMover.LowerSpeed();
 }