forked from Syntax-Error/ArenaShooter
Removed Test.cs
Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
parent
68545f474f
commit
92f3add534
1 changed files with 0 additions and 18 deletions
|
@ -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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue