Add IResourceMeta
constraint on resource action.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
|
||||
namespace Cryville.Crtr.Browsing {
|
||||
internal interface IChartDetail {
|
||||
internal interface IChartDetail : IResourceMeta {
|
||||
string RulesetId { get; }
|
||||
string Name { get; }
|
||||
string SongName { get; }
|
||||
|
Reference in New Issue
Block a user