Catrobat.IDE.Core.Xml.XmlObjects.XmlSprite.XmlSprite C# (CSharp) 메소드

XmlSprite() 공개 메소드

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

Same methods

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