mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 03:35:10 +00:00
14 lines
No EOL
234 B
C#
14 lines
No EOL
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()
|
|
{
|
|
}
|
|
}
|
|
} |