using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Test : MonoBehaviour
{
private void Update()
{
PrintConsole();
}
private void PrintConsole()
{
Debug.Log("Hello world");
}
}
using System.Collections.Generic;
using System.Collections.Generic;
using UnityEngine;
public class Test : MonoBehaviour
{
private void Update()
{
PrintConsole ;
}
private void PrintConsole()
{
Debug.Log("Hello world");
}
}