Code cleanup.

This commit is contained in:
2023-04-20 00:20:28 +08:00
parent 8670482c04
commit 93d9fdd4b8
3 changed files with 18 additions and 38 deletions

View File

@@ -275,7 +275,7 @@ namespace Cryville.Crtr {
public override int Priority { get { return -2; } }
public Motion() {
SubmitPropOp("motion", new PropOp.String(v => motion = v));
SubmitPropOp("motion", new PropOp.String(v => motion = v)); // TODO Obsolete
SubmitPropOp("name", new PropOp.Identifier(v => {
var n = new Identifier(v);
if (name == n) { }