using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 普通火灾情库数据类 /// public class FireNormalDisaster : Disaster { public OriginFire fireAttribute; }