Update hello.cs #46

Open
lh wants to merge 1 commits from test39 into main

View File

@@ -9,7 +9,7 @@ public class Hello : MonoBehaviour
void Start()
{
numberOfUpdates = IncreaseCount(numberOfUpdates);
Debug.Log(numberOfUpdates);
Debug.Log($"numberOfUpdates:{numberOfUpdates}");
}
// Update is called once per frame