summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Test.cs
blob: 11b9f8c1d00f6a1eaa237a99db769f4ae0fa17e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class Test : MonoBehaviour {

	// Use this for initialization
	void Start () {
		
	}
	
	// Update is called once per frame
	void Update () {
		
	}
}