Update hello.cs
All checks were successful
Code Review / code-review (pull_request) Successful in 11s
All checks were successful
Code Review / code-review (pull_request) Successful in 11s
This commit is contained in:
@@ -2,13 +2,11 @@ using System.Collections;
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
public class hello : MonoBehaviour
|
public class Hello : MonoBehaviour
|
||||||
{
|
{
|
||||||
// Start is called before the first frame update
|
// Start is called before the first frame update
|
||||||
void Start()
|
void Start()
|
||||||
{
|
{
|
||||||
Debug.Log("test for gpt code review");
|
|
||||||
Debug.Log("test2");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update is called once per frame
|
// Update is called once per frame
|
||||||
|
|||||||
Reference in New Issue
Block a user