mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 03:14:47 +00:00
9 lines
135 B
C#
9 lines
135 B
C#
using UnityEngine;
|
|
|
|
public class InstantiateByAsset : MonoBehaviour
|
|
{
|
|
void Start()
|
|
{
|
|
Debug.Log("原始代码");
|
|
}
|
|
} |