diff --git a/Assets/Cryville/Crtr/Browsing/Legacy/LegacyChartDetail.cs b/Assets/Cryville/Crtr/Browsing/Legacy/LegacyChartDetail.cs index ae8bf63..e369880 100644 --- a/Assets/Cryville/Crtr/Browsing/Legacy/LegacyChartDetail.cs +++ b/Assets/Cryville/Crtr/Browsing/Legacy/LegacyChartDetail.cs @@ -5,7 +5,7 @@ using System.Collections.Generic; using UnityEngine; namespace Cryville.Crtr.Browsing.Legacy { - public class LegacyChartDetail : IChartDetail, IResourceMeta { + internal class LegacyChartDetail : IChartDetail, IResourceMeta { public AsyncDelivery Cover { get; set; } public ChartMeta Meta { get; set; }