Cleaning up scripts

This commit is contained in:
Denis-Cosmin Nutiu 2019-05-29 19:17:45 +03:00
parent b542c6d263
commit b9f78d1208
2 changed files with 1 additions and 18 deletions

View file

@ -17,6 +17,7 @@
<Path>.idea</Path> <Path>.idea</Path>
<Path>Library</Path> <Path>Library</Path>
<Path>Logs</Path> <Path>Logs</Path>
<Path>Temp</Path>
<Path>obj</Path> <Path>obj</Path>
</explicitExcludes> </explicitExcludes>
</component> </component>

View file

@ -1,18 +0,0 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class HelloWorld : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}