PlayerPrefs.SetInt
static function SetInt(key: string, value: int): void;
Description

Sets the value of the preference identified by key.

	PlayerPrefs.SetInt("Player Score", 10);