using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 被困人员灾情库数据类 /// public class TrappedDisaster : Disaster { //暂时没有被困人员的特殊属性值需要灾情库记录 }