Catrobat.IDE.Core.Xml.XmlObjects.Bricks.XmlBrick.LoadFromCommonXML C# (CSharp) Method

LoadFromCommonXML() protected method

protected LoadFromCommonXML ( System.Xml.Linq.XElement xRoot ) : void
xRoot System.Xml.Linq.XElement
return void
        protected virtual void LoadFromCommonXML(XElement xRoot)
        {
            //  if (xRoot.Element("object") != null)
            //    sprite = new SpriteReference(xRoot.Element("object"));
        }