コード例 #1
0
 public void SaveCurrentScore()
 {
     PlayerPrefs.SetInt("EndlessModeHighScore", linkSystem.GetCurrentPoints());
 }
コード例 #2
0
ファイル: Score.cs プロジェクト: Loafwad/Match3Game
 // Update is called once per frame
 void Update()
 {
     number.text = link.GetCurrentPoints().ToString();
 }