Pull up IChartDetail
.
This commit is contained in:
10
Assets/Cryville/Crtr/Browsing/IChartDetail.cs
Normal file
10
Assets/Cryville/Crtr/Browsing/IChartDetail.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace Cryville.Crtr.Browsing {
|
||||
internal interface IChartDetail {
|
||||
string RulesetId { get; }
|
||||
string Name { get; }
|
||||
string SongName { get; }
|
||||
TimeSpan Length { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user