Update hello.cs
All checks were successful
Code Review / test (pull_request) Successful in 2s

This commit is contained in:
2025-04-17 13:52:01 +09:00
parent 1613870cc5
commit 6a1803330e

View File

@@ -8,6 +8,7 @@ public class hello : MonoBehaviour
void Start()
{
Debug.Log("test for gpt code review");
Debug.Log("test2");
}
// Update is called once per frame