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