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