Code cleanup.

This commit is contained in:
2023-12-19 16:48:27 +08:00
parent aa84fb8544
commit cd3aae7201

View File

@@ -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<Texture2D> Cover { get; set; }
public ChartMeta Meta { get; set; }