1
Fork 0
slime-blood-and-pain/Assets/Scripts/Test.cs
Francesca Peres bc79745be6 Revert "Merge branch 'master' of https://github.com/Steffo99/LD44"
This reverts commit 2f580a9e97, reversing
changes made to ce69c966e1.
2019-04-27 17:29:37 +02:00

18 lines
291 B
C#

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()
{
}
}