9 lines
139 B
C#
Raw Normal View History

2024-10-12 20:37:11 +08:00
using UnityEngine;
public class InstantiateByAsset : MonoBehaviour
{
void Start()
{
2024-10-15 18:26:52 +08:00
Debug.Log("原始代码3333");
2024-10-12 20:37:11 +08:00
}
}