mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-13 05:05:08 +00:00
21 lines
No EOL
325 B
C#
21 lines
No EOL
325 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()
|
|
{
|
|
|
|
}
|
|
|
|
// Update is called once per frame
|
|
void Update()
|
|
{
|
|
|
|
}
|
|
}
|
|
} |