1
0
mirror of synced 2024-11-24 04:20:10 +01:00
TaikoSoundEditor/Collections/MusicInfos.cs
2023-10-01 19:40:41 +03:00

14 lines
259 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TaikoSoundEditor.Data;
namespace TaikoSoundEditor.Collections
{
internal class MusicInfos : Collection<IMusicInfo>
{
}
}