MoTaForPSVita/Assets/Scripts/Interfaces/IExplosionproof.cs

12 lines
164 B
C#

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