From 585f8073122b499b1fd31103e30f1295729f31a4 Mon Sep 17 00:00:00 2001 From: UVCLimHun Date: Thu, 17 Apr 2025 18:10:55 +0900 Subject: [PATCH] Update hello.cs --- Assets/hello.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Assets/hello.cs b/Assets/hello.cs index 0520336..505524a 100644 --- a/Assets/hello.cs +++ b/Assets/hello.cs @@ -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