Update hello.cs
All checks were successful
Code Review / code-review (pull_request) Successful in 3s

This commit is contained in:
2025-04-17 16:41:15 +09:00
parent 496df27b66
commit 1c5184d7ed

View File

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