MoTaForPSVita/Assets/Scripts/Interfaces/IExplosionproof.cs
2024-04-30 17:39:50 +08:00

12 lines
163 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// ·À±¬½Ó¿Ú
/// </summary>
public interface IExplosionproof
{
}