Test2/Assets/test.cs

18 lines
301 B
C#
Raw Permalink Normal View History

2026-01-20 04:17:39 +00:00
using UnityEngine;
public class test : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
Debug.Log("<22>ȳ<EFBFBD><C8B3>ϼ<EFBFBD><CFBC><EFBFBD>~");
}
// Update is called once per frame
void Update()
{
}
}