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