Pull up PdtBinder.

This commit is contained in:
2023-02-15 15:34:27 +08:00
parent 67b44db1ae
commit b84d645aee
4 changed files with 105 additions and 86 deletions

View File

@@ -1,3 +1,4 @@
using Cryville.Common;
using Cryville.Common.Pdt;
using Cryville.Crtr.Browsing;
using Newtonsoft.Json;
@@ -30,6 +31,7 @@ namespace Cryville.Crtr {
}
}
[Binder(typeof(PdtBinder))]
public class PdtSkin : SkinElement { }
public class SkinElement {