Rename resource meta interface.
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
using Cryville.Common;
|
||||
using Cryville.Crtr.Browsing.UI;
|
||||
using Cryville.Crtr.Extension;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Cryville.Crtr.Browsing {
|
||||
public struct ChartDetail : IBrowserItemMeta {
|
||||
public class ChartDetail : IResourceMeta {
|
||||
public AsyncDelivery<Texture2D> Cover { get; set; }
|
||||
public ChartMeta Meta { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user