Removed Test.cs

Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
Balazs Toldi 2021-06-19 10:08:18 +02:00
parent 68545f474f
commit 92f3add534
Signed by: Bazsalanszky
GPG key ID: 933820884952BE27

View file

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