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

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

	private void Update()
	{
	}
}