MoTaForPSVita/Assets/Scripts/Interfaces/IExplosionproof.cs

12 lines
164 B
C#
Raw Normal View History

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