上海虹口龙之梦项目

11 lines
254 B

1 year ago
/// <summary>
/// 移动水炮控制器
/// </summary>
public class WaterMonitorController : FireExtinguishController
{
private void Update()
{
hose.SetActive(isHose = task.text.Contains("冷却")|| task.text.Contains("灭火"));
}
}