using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 消防车类控制 /// public class TruckController : MonoBehaviour { public GameObject waterGun; }