HeavenStudioPlus/Assets/Scripts/WTF.cs

13 lines
189 B
C#

using UnityEngine;
// this is a script for testing
namespace RhythmHeavenMania.Tests
{
public class WTF : MonoBehaviour
{
private void Update()
{
}
}
}