Add ruleset and skin resource stub.

This commit is contained in:
2022-11-17 12:05:57 +08:00
parent 5240408f00
commit cd8aa0e65c
3 changed files with 10 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
using Cryville.Common;
using Cryville.Common.Pdt;
using Cryville.Crtr.Browsing;
using Cryville.Crtr.Components;
using Newtonsoft.Json;
using System;
@@ -10,7 +11,7 @@ using System.Reflection;
using System.Text;
namespace Cryville.Crtr {
public class Skin {
public class Skin : MetaInfo {
[JsonRequired]
public long format;