using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 水罐车、泡沫车控制 /// public class ShuiGuanCheController : FireExtinguishController { private void Update() { hose.SetActive(isHose = task.text.Contains("灭火")|| task.text.Contains("掩护")|| task.text.Contains("冷却")); } }