摘要: 1 using UnityEngine; 2 using System.Collections; 3 4 public class Bird : MonoBehaviour { 5 6 public float timer = 0; 7 public int freamNumber = 10; // 阅读全文
posted @ 2015-11-05 20:07 半步_天涯 阅读(202) 评论(0) 推荐(0)