namespace Cryville.Crtr.Browsing { internal interface ISkinDetail : IResourceMeta { string RulesetId { get; } string Name { get; } } }