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-16 02:48:23 +08:00
Debug.Log("原始代码9999");
2024-10-12 20:37:11 +08:00
}
}