18 lines
301 B
C#
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("<22>ȳ<EFBFBD><C8B3>ϼ<EFBFBD><CFBC><EFBFBD>~");
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
// Update is called once per frame
|
|||
|
|
void Update()
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|