Code cleanup.
This commit is contained in:
@@ -5,7 +5,7 @@ using System.Collections.Generic;
|
|||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
namespace Cryville.Crtr.Browsing.Legacy {
|
namespace Cryville.Crtr.Browsing.Legacy {
|
||||||
public class LegacyChartDetail : IChartDetail, IResourceMeta {
|
internal class LegacyChartDetail : IChartDetail, IResourceMeta {
|
||||||
public AsyncDelivery<Texture2D> Cover { get; set; }
|
public AsyncDelivery<Texture2D> Cover { get; set; }
|
||||||
public ChartMeta Meta { get; set; }
|
public ChartMeta Meta { get; set; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user