PC-20230316NUNE\Administrator ef1d3dfb2f 提交热更新
2024-10-15 18:26:52 +08:00

9 lines
139 B
C#

using UnityEngine;
public class InstantiateByAsset : MonoBehaviour
{
void Start()
{
Debug.Log("原始代码3333");
}
}