using System; using UnityEngine; using Object = UnityEngine.Object; public interface ILoader { GameObject LoadPrefab(string path);
確定! 回上一頁