using UnityEngine;

public class IsMineEvent : MonoBehaviour
{
	private void Start()
	{
	}

	private void Update()
	{
	}
}