mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-04-30 06:44:27 +02:00
13 lines
189 B
C#
13 lines
189 B
C#
using UnityEngine;
|
|
|
|
// this is a script for testing
|
|
|
|
namespace RhythmHeavenMania.Tests
|
|
{
|
|
public class WTF : MonoBehaviour
|
|
{
|
|
private void Update()
|
|
{
|
|
}
|
|
}
|
|
} |