Add IResourceMeta constraint on resource action.

This commit is contained in:
2023-12-19 18:26:42 +08:00
parent 365a8992cd
commit e1bb874943
6 changed files with 9 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ using System.Collections.Generic;
using UnityEngine;
namespace Cryville.Crtr.Browsing.Legacy {
internal class LegacyChartDetail : IChartDetail, IResourceMeta {
internal class LegacyChartDetail : IChartDetail {
public AsyncDelivery<Texture2D> Cover { get; set; }
public ChartMeta Meta { get; set; }