摘要: 1 using UnityEngine; 2 using System.Collections; 3 4 public class Vehicle : MonoBehaviour 5 { 6 //行为列表 7 private Steering[] steerings; 8 ... 阅读全文
posted @ 2015-12-18 16:52 Akishimo 阅读(217) 评论(0) 推荐(0) 编辑