11 lines
235 B
C#
11 lines
235 B
C#
using Cryville.Common;
|
|
using Cryville.Crtr.Extension;
|
|
using UnityEngine;
|
|
|
|
namespace Cryville.Crtr.Browsing {
|
|
public struct ChartDetail {
|
|
public AsyncDelivery<Texture2D> Cover { get; set; }
|
|
public ChartMeta Meta { get; set; }
|
|
}
|
|
}
|