From 4c0bebe6b1748378e1ee60430ec13f7e42c9c0a4 Mon Sep 17 00:00:00 2001 From: salyamevia083 <13519083@std.stei.itb.ac.id> Date: Sat, 15 Apr 2023 10:10:26 +0700 Subject: [PATCH] fix: minor typo --- Assets/Scripts/Score/RowUI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Score/RowUI.cs b/Assets/Scripts/Score/RowUI.cs index 51ec4bb..f8daaab 100644 --- a/Assets/Scripts/Score/RowUI.cs +++ b/Assets/Scripts/Score/RowUI.cs @@ -7,7 +7,7 @@ public class RowUI : MonoBehaviour { public TextMeshProUGUI Rank; public TextMeshProUGUI Name; - public TextMeshProUGUI Score; + public TextMeshProUGUI Scores; void Start(){} void Update(){} -- GitLab