模拟简易的打地鼠游戏

//模拟打地鼠游戏脚本 using UnityEngine; using System.Collections.Generic; public class SctrptTow : MonoBehaviour { public Transform[] cubes; public GameObject mousePrefab; float _time; int
相关文章
相关标签/搜索