/// <summary> /// Create a dummy element in the element tree /// </summary> public Element(string elementType, string elementID = null) : this(MtaShared.CreateElement(elementType, elementID)) { }