using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 防爆接口 /// public interface IExplosionproof { }