This commit is contained in:
SoulliesOfficial
2025-07-21 05:42:20 -04:00
parent e483cfe502
commit bae0bfbc20
533 changed files with 172709 additions and 125965 deletions

View File

@@ -4,6 +4,7 @@ using System.Collections.Generic;
using Ichni.RhythmGame.Beatmap;
using Lean.Pool;
using Sirenix.OdinInspector;
using UniRx;
using UnityEngine;
namespace Ichni.RhythmGame
@@ -53,10 +54,10 @@ namespace Ichni.RhythmGame
}
}
foreach (NoteBase note in notes)
/*foreach (NoteBase note in notes)
{
Debug.Log(note.GetType() + " " + note.elementName + " " + note.exactJudgeTime);
}
}*/
return notes;
}