2024-05-01 00:28:48 +08:00
|
|
|
using System.Collections;
|
2024-04-30 17:39:50 +08:00
|
|
|
using System.Collections.Generic;
|
|
|
|
using UnityEngine;
|
|
|
|
|
|
|
|
/// <summary>
|
2024-05-01 00:28:48 +08:00
|
|
|
/// 防爆接口
|
2024-04-30 17:39:50 +08:00
|
|
|
/// </summary>
|
|
|
|
public interface IExplosionproof
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|