Catrobat.IDE.Core.Xml.XmlObjects.XmlSprite.XmlSprite C# (CSharp) Method

XmlSprite() public method

public XmlSprite ( ) : System
return System
        public XmlSprite()
        {
            Scripts = new XmlScriptList();
            Looks = new XmlLookList();
            Sounds = new XmlSoundList();
        }

Same methods

XmlSprite::XmlSprite ( System.Xml.Linq.XElement xElement ) : System