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