Add effect definition.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user