Files
SoulliesOfficial 7580c4d87c 大更
2026-03-14 03:13:10 -04:00

14 lines
246 B
C#

using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Ichni.RhythmGame
{
public abstract class NotePerfectEffect : NoteEffectBase
{
//public override bool IsPost => true;
}
}