HeavenStudioPlus/Assets/Scripts/WTF.cs

13 lines
194 B
C#

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