Test2/Assets/test.cs
2026-01-20 13:17:39 +09:00

18 lines
301 B
C#

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("救崇窍技夸~");
}
// Update is called once per frame
void Update()
{
}
}