public AttributeAdd(MapNode node, MapNode.Attribute attribute) { this.node = node; this.attribute = attribute; }
public AttributeUpdate(MapNode node, MapNode.Attribute oldAttribute) { this.node = node; this.attribute = oldAttribute; }