Files
ichni_Official/Assets/Scripts/Game/GameElements/Notes/NoteEffects/NoteGoodEffect.cs
SoulliesOfficial 7580c4d87c 大更
2026-03-14 03:13:10 -04:00

14 lines
197 B
C#

using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Ichni.RhythmGame
{
public abstract class NoteGoodEffect : NoteEffectBase
{
}
}