Update hello.cs

This commit is contained in:
2025-04-17 16:33:49 +09:00
parent c275500fa6
commit 21b6b23887

View File

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