HeavenStudio/Assets/Scripts/WTF.cs

14 lines
234 B
C#
Raw Normal View History

2021-12-19 04:10:43 +00:00
using UnityEngine;
2021-12-21 01:10:49 +00:00
// this is a script for testing
namespace RhythmHeavenMania.Tests
2021-12-19 04:10:43 +00:00
{
2021-12-21 01:10:49 +00:00
public class WTF : MonoBehaviour
2021-12-19 04:10:43 +00:00
{
2021-12-21 01:10:49 +00:00
// Start is called before the first frame update
void Start()
{
}
}
2021-12-21 01:10:49 +00:00
}