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