Add effect definition.

This commit is contained in:
2023-02-15 15:35:09 +08:00
parent b84d645aee
commit 4a5b2a6889
2 changed files with 15 additions and 1 deletions

View File

@@ -13,6 +13,9 @@ namespace Cryville.Crtr {
readonly HashSet<string> a = new HashSet<string>();
readonly List<string> k = new List<string>(2);
protected override object InterpretKey(Type type) {
if (!typeof(SkinElement).IsAssignableFrom(type)) {
return base.InterpretKey(type);
}
s.Clear(); a.Clear(); k.Clear();
bool invalidKeyFlag = false, compKeyFlag = false;
while (true) {