summaryrefslogtreecommitdiff
path: root/GameCode/IsMineEvent.cs
blob: 11e2ce39589c2ff2ecd6a96faf326ad53f160ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using UnityEngine;

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

	private void Update()
	{
	}
}