DESKTOP-5RP3AKU\Jisol 44c3ea001a 提交
2024-10-16 02:48:23 +08:00

9 lines
139 B
C#

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