using UnityEngine;

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