This commit is contained in:
SoulliesOfficial
2025-01-28 12:05:21 -05:00
parent 552651efbc
commit 7520983b20
11 changed files with 69 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Ichni.RhythmGame
{
public class FullScreenBalancedJudgeUnit : NoteJudgeUnit
{
}
}