Не понимаю где ошибка
Пишет, что не хватает ; в Start(), но я не понимаю где. Помогите пожалуйста
void Start()
{
timeLine.gameObject.SetActive(true);
//Статы
speed = PlayerPrefs.GetInt("speed")
Jumpp = PlayerPrefs.GetInt("jumpp")
money = PlayerPrefs.GetInt("money")
hp = PlayerPrefs.GetInt("hp")
anim = GetComponent<Animator>();
animMHp = MHp.GetComponent<Animator>();
}