Implement use skin action.

This commit is contained in:
2023-12-25 14:26:27 +08:00
parent a532a9f4c1
commit 85bbe43827
9 changed files with 108 additions and 17 deletions

View File

@@ -0,0 +1,6 @@
namespace Cryville.Crtr.Browsing {
internal interface ISkinDetail : IResourceMeta {
string RulesetId { get; }
string Name { get; }
}
}