From cd3aae72015d2e8fa1b2657b0e0f2b9aa6f761c0 Mon Sep 17 00:00:00 2001 From: PopSlime Date: Tue, 19 Dec 2023 16:48:27 +0800 Subject: [PATCH] Code cleanup. --- Assets/Cryville/Crtr/Browsing/Legacy/LegacyChartDetail.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }