HeavenStudioPlus/Assets/Scripts/WTF.cs

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