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

This commit is contained in:
2025-04-17 18:10:55 +09:00
parent 5472b2f3a2
commit 585f807312

View File

@@ -2,13 +2,11 @@ using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class hello : MonoBehaviour
public class Hello : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
Debug.Log("test for gpt code review");
Debug.Log("test2");
}
// Update is called once per frame