HeavenStudio/Assets/Scripts/WTF.cs
2021-12-20 20:10:49 -05:00

21 lines
325 B
C#

using UnityEngine;
// this is a script for testing
namespace RhythmHeavenMania.Tests
{
public class WTF : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
}