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