Remove required attribute on base field of ruleset.

This commit is contained in:
2022-11-18 00:07:53 +08:00
parent 678e145271
commit 79240fdfe8

View File

@@ -15,9 +15,8 @@ namespace Cryville.Crtr {
[JsonRequired]
public long format;
[JsonRequired]
public string @base;
[JsonIgnore]
public PdtRuleset Root { get; private set; }