refactor: Update Unity to 2022.3.62
This commit is contained in:
@@ -8,8 +8,8 @@ namespace Cryville.Crtr.Ruleset {
|
||||
internal class RulesetInterpreter : PdtInterpreter {
|
||||
public RulesetInterpreter(string src, Binder binder) : base(src, binder) { }
|
||||
|
||||
readonly List<RulesetSelector> s = new List<RulesetSelector>();
|
||||
readonly HashSet<string> a = new HashSet<string>();
|
||||
readonly List<RulesetSelector> s = new();
|
||||
readonly HashSet<string> a = new();
|
||||
protected override object InterpretKey(Type type) {
|
||||
if (PairCollection<JudgeAction, PdtExpression>.IsPairCollection(type))
|
||||
return InterpretJudgeAction();
|
||||
|
Reference in New Issue
Block a user